Home
last modified time | relevance | path

Searched defs:ifnet (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/net/
H A Dif.h58 struct ifnet { struct
60 struct ifnet *if_next; /* all struct ifnets are chained */ argument
68 struct if_data {
94 __P((struct ifnet *, struct mbuf *, struct sockaddr *, argument
97 __P((struct ifnet *)); argument
101 __P((struct ifnet *, u_long, caddr_t)); argument
102 int (*if_reset)
104 int (*if_watchdog) /* timer routine */
106 struct ifqueue {
112 } if_snd; /* output queue */
[all …]
/original-bsd/usr.bin/netstat/
H A Dif.c47 struct ifnet ifnet; local
211 struct ifnet ifnet; local
H A Droute.c433 static struct ifnet ifnet, *lastif; local
/original-bsd/sbin/XNSrouted/
H A Dstartup.c30 struct interface *ifnet; variable
/original-bsd/sbin/routed/
H A Dstartup.c24 struct interface *ifnet; variable
H A Drouted.c190 struct interface *ifnet; variable