Searched defs:netif (Results 1 – 8 of 8) sorted by relevance
67 struct netif { struct68 struct netif_driver *nif_driver; argument80 struct netif *netif_select(void *); argument
6 struct netif { struct10 int netif_open(void *); argument
92 ether_match(struct netif *netif, void *hint) in ether_match()99 ether_probe(struct netif *netif, void *hint) in ether_probe()128 ether_end(struct netif *netif) in ether_end()
81 tlp_match(struct netif *netif, void *hint) in tlp_match()89 tlp_probe(struct netif *netif, void *hint) in tlp_probe()144 tlp_end(struct netif *netif) in tlp_end()
54 } netif; member
46 } netif; member
83 const char *netif; variable
161 char *netif = npfopts, *saddr, *port; in npf_init_filter() local