Searched refs:netif_match (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dnetif.h13 int (*netif_match)(struct netif *, void *); member in struct:netif_driver
H A Dnetif.c79 netif_match(nif, machdep_hint) function
87 printf("%s%d: netif_match (%d)\n", drv->netif_bname,
90 return drv->netif_match(nif, machdep_hint);
132 val = netif_match(&cur_if, machdep_hint);
/freebsd-9.3-release/sys/boot/efi/libefi/
H A Definet.c55 .netif_match = efinet_match,

Completed in 105 milliseconds