netif_match
.netif_match = efinet_match,
.netif_match = pxe_netif_match,
.netif_match=ofwn_match,
val = netif_match(&cur_if, machdep_hint);
return drv->netif_match(nif, machdep_hint);
int (*netif_match)(struct netif *, void *);