Home | Sort by: relevance | last modified time | path |
/src/sys/lib/libsa/ | |
netif.c | 167 netif_probe(struct netif *nif, void *machdep_hint) function in typeref:typename:int 175 return drv->netif_probe(nif, machdep_hint); 299 if (netif_probe(nif, machdep_hint)) { |
netif.h | 39 int (*netif_probe)(struct netif *, void *); member in struct:netif_driver 81 int netif_probe(struct netif *, void *); |