Home
last modified time | relevance | path

Searched defs:netif (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dnetif.h67 struct netif { struct
68 struct netif_driver *nif_driver; argument
80 struct netif *netif_select(void *); argument
/netbsd-src/sys/arch/sun68k/stand/libsa/
H A Dnetif.h6 struct netif { struct
10 int netif_open(void *); argument
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dether_if.c92 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()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dnif_tlp.c81 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()
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defiboot.h54 } netif; member
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Dlibski.h46 } netif; member
/netbsd-src/dist/pf/usr.sbin/ftp-proxy/
H A Dipf.c83 const char *netif; variable
H A Dnpf.c161 char *netif = npfopts, *saddr, *port; in npf_init_filter() local