Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dnetif.c75 netif_match(struct netif *nif, void *machdep_hint) in netif_match() function
84 return drv->netif_match(nif, machdep_hint); in netif_match()
124 val = netif_match(&cur_if, machdep_hint); in netif_select()
H A Dnetif.h14 int (*netif_match)(struct netif *, void *); member
/dragonfly/stand/boot/efi/libefi/
H A Definet.c55 .netif_match = efinet_match,