Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/
H A Dif_var.h322 struct ifnet { struct
325 TAILQ_ENTRY(ifnet) if_link; /* all struct ifnets are chained */ argument
326 char if_xname[IFNAMSIZ]; /* external name (name + unit);
328 const char *if_dname; /* driver name */
352 (struct ifnet *, struct mbuf *, struct sockaddr *, argument
355 (struct ifnet *, struct mbuf *, argument
358 (struct ifnet *, struct ifaltq_subque *); argument
360 (struct ifnet *, u_long, caddr_t, struct ucred *); argument
362 (struct ifnet *); argument
366 (struct ifnet *, struct sockaddr **, struct sockaddr *); argument
[all …]
H A Dif.c181 struct ifnethead ifnet = TAILQ_HEAD_INITIALIZER(ifnet); variable
/dflybsd-src/usr.sbin/ifmcstat/
H A Difmcstat.c118 struct ifnet *ifp, *nifp, ifnet; in main() local
163 struct ifnet ifnet; in ifname() local
213 struct ifnet ifnet; in if6_addrlist() local
/dflybsd-src/usr.bin/netstat/
H A Dif.c105 struct ifnet ifnet; in intpr() local
501 struct ifnet ifnet; in sidewaysintpr() local
H A Dmroute6.c117 struct ifnet ifnet; in mroute6pr() local
H A Droute.c282 static struct ifnet ifnet, *lastif; in size_cols_rtentry() local
750 static struct ifnet ifnet, *lastif; in p_rtentry() local
/dflybsd-src/sbin/routed/
H A Dif.c36 struct interface *ifnet; /* all interfaces */ variable
/dflybsd-src/sys/net/vlan/
H A Dif_vlan.c250 int (*func)(struct ifnet *, int)) in vlan_setflag()
/dflybsd-src/sys/net/lagg/
H A Dif_lagg.c1343 int (*func)(struct ifnet *, int)) in lagg_setflag()