HomeSort by: relevance | last modified time | path
    Searched defs:netif_match (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
netif.c 66 void netif_match(unsigned int tag, uint8_t *macaddr);
72 netif_match(unsigned int tag, uint8_t *macaddr) function in typeref:typename:void
  /src/sys/lib/libsa/
netif.c 77 int netif_match(struct netif *, void *);
80 netif_match(struct netif *nif, void *machdep_hint) function in typeref:typename:int
89 return drv->netif_match(nif, machdep_hint);
134 val = netif_match(&cur_if, machdep_hint);
netif.h 38 int (*netif_match)(struct netif *, void *); member in struct:netif_driver

Completed in 11 milliseconds