netif_match        85 lib/libsa/netif.c 	return drv->netif_match(nif, machdep_hint);
netif_match       131 lib/libsa/netif.c 				val = netif_match(&cur_if, machdep_hint);
netif_match        10 lib/libsa/netif.h 	int	(*netif_match)(struct netif *, void *);