netif_probe
return drv->netif_probe(nif, machdep_hint);
if (netif_probe(nif, machdep_hint)) {
int (*netif_probe)(struct netif *, void *);
int netif_probe(struct netif *, void *);