Searched refs:netif_match (Results 1 – 2 of 2) sorted by relevance
73 netif_match(struct netif *nif, void *machdep_hint) in netif_match() function82 return drv->netif_match(nif, machdep_hint); in netif_match()127 val = netif_match(&cur_if, machdep_hint); in netif_select()
10 int (*netif_match)(struct netif *, void *); member