Searched defs:ifnet (Results 1 – 6 of 6) sorted by relevance
174 struct ifnet { /* and the entries */ struct176 TAILQ_ENTRY(ifnet) if_list; /* all struct ifnets are chained */ argument188 struct ifnet *carp_d; /* ptr to carpdev (used by carp ifs) */ argument201 int (*if_output)(struct ifnet *, struct mbuf *, struct sockaddr *, argument204 void (*if_start)(struct ifnet *); argument206 int (*if_ioctl)(struct ifnet *, u_long, caddr_t); argument208 int (*if_init)(struct ifnet *); argument210 int (*if_reset)(struct ifnet *); argument212 void (*if_watchdog)(struct ifnet *); argument213 struct ifaltq if_snd; /* output queue (includes altq) */[all …]
165 struct ifnet_head ifnet; variable
78 struct ifnet ifnet; in intpr() local371 struct ifnet ifnet; in sidewaysintpr() local
136 struct ifnet ifnet; in mroute6pr() local
606 static struct ifnet ifnet, *lastif; in p_rtentry() local
41 struct interface *ifnet; /* all interfaces */ variable