Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dif.h174 struct ifnet { /* and the entries */ struct
176 TAILQ_ENTRY(ifnet) if_list; /* all struct ifnets are chained */ argument
188 struct ifnet *carp_d; /* ptr to carpdev (used by carp ifs) */ argument
201 int (*if_output)(struct ifnet *, struct mbuf *, struct sockaddr *, argument
204 void (*if_start)(struct ifnet *); argument
206 int (*if_ioctl)(struct ifnet *, u_long, caddr_t); argument
208 int (*if_init)(struct ifnet *); argument
210 int (*if_reset)(struct ifnet *); argument
212 void (*if_watchdog)(struct ifnet *); argument
213 struct ifaltq if_snd; /* output queue (includes altq) */
[all …]
Dif.c165 struct ifnet_head ifnet; variable
/mirbsd/src/usr.bin/netstat/
Dif.c78 struct ifnet ifnet; in intpr() local
371 struct ifnet ifnet; in sidewaysintpr() local
Dmroute6.c136 struct ifnet ifnet; in mroute6pr() local
Droute.c606 static struct ifnet ifnet, *lastif; in p_rtentry() local
/mirbsd/src/sbin/routed/
Dif.c41 struct interface *ifnet; /* all interfaces */ variable