Home
last modified time | relevance | path

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

/openbsd/src/sys/lib/libsa/
Dnetif.c73 netif_match(struct netif *nif, void *machdep_hint) in netif_match() function
82 return drv->netif_match(nif, machdep_hint); in netif_match()
127 val = netif_match(&cur_if, machdep_hint); in netif_select()
Dnetif.h10 int (*netif_match)(struct netif *, void *); member