Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dif_var.h126 struct ifnet { struct
130 TAILQ_ENTRY(ifnet) if_link; /* all struct ifnets are chained */ argument
131 char if_xname[IFNAMSIZ]; /* external name (name + unit) */
132 const char *if_dname; /* driver name */
133 int if_dunit; /* unit or IF_DUNIT_NONE */
134 u_int if_refcount; /* reference count */
135 struct ifaddrhead if_addrhead; /* linked list of addresses per if */
162 (struct ifnet *, struct mbuf *, struct sockaddr *, argument
165 (struct ifnet *, struct mbuf *); argument
167 (struct ifnet *); argument
[all …]
Dpfil.c165 pfil_add_hook(int (*func)(void *, struct mbuf **, struct ifnet *, int, in pfil_add_hook()
225 pfil_remove_hook(int (*func)(void *, struct mbuf **, struct ifnet *, int, in pfil_remove_hook()
275 int (*func)(void *, struct mbuf **, struct ifnet *, int, struct inpcb *), in pfil_list_remove()
Dif_debug.c93 DB_SHOW_COMMAND(ifnet, db_show_ifnet) in DB_SHOW_COMMAND() argument
Dif_vlan.c1400 int (*func)(struct ifnet *, int))
Dif_lagg.c1229 int (*func)(struct ifnet *, int)) in lagg_setflag()
/freebsd-9-stable/usr.sbin/ifmcstat/
Difmcstat.c335 struct ifnet *ifp, *nifp, ifnet; in ifmcstat_kvm() local
414 struct ifnet ifnet; in ll_addrlist() local
446 struct ifnet ifnet; in if6_addrlist() local
483 struct ifnet ifnet; in if6_addrlist() local
532 struct ifnet ifnet; in if_addrlist() local
/freebsd-9-stable/usr.bin/netstat/
Dmroute6.c132 struct ifnet ifnet; in mroute6pr() local
Dif.c179 struct ifnet ifnet; in intpr() local
532 struct ifnet ifnet; in sidewaysintpr() local
Droute.c326 static struct ifnet ifnet, *lastif; in size_cols_rtentry() local
750 static struct ifnet ifnet, *lastif; in p_rtentry() local
/freebsd-9-stable/usr.sbin/IPXrouted/
Dstartup.c63 struct interface *ifnet; variable
/freebsd-9-stable/sys/netinet/
Dsctp_bsd_addr.c356 sctp_add_or_del_interfaces(int (*pred) (struct ifnet *), int add){ in sctp_add_or_del_interfaces()
/freebsd-9-stable/sbin/routed/
Dif.c46 struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */ variable
/freebsd-9-stable/contrib/ipfilter/ipsd/Celler/
Dip_compat.h188 # define ifnet device macro
/freebsd-9-stable/contrib/ipfilter/ipsend/.OLD/
Dip_compat.h229 # define ifnet device macro
/freebsd-9-stable/sys/dev/bxe/
Dbxe_stats.c1174 struct ifnet *ifnet = sc->ifnet; in bxe_net_stats_update() local
Dbxe.h1338 struct ifnet *ifnet; member
/freebsd-9-stable/sys/dev/sfxge/
Dsfxge.h199 struct ifnet *ifnet; member
/freebsd-9-stable/contrib/libpcap/
Dpcap-dlpi.c1625 struct ifnet ifnet; local
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h1224 # define ifnet net_device macro
1248 struct ifnet { struct
1251 int (* if_output) __P((struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *)); argument
1254 # define IFNAME(x) ((struct ifnet *)x)->if_xname argument
/freebsd-9-stable/sys/dev/xen/netback/
Dnetback.c1807 struct ifnet *ifnet, gnttab_copy_table gnttab) in xnb_recv()
/freebsd-9-stable/sys/dev/lmc/
Dif_lmc.h1129 struct ifnet ifnet; /* must be first in sc for fbsd < 6 */ member