| /freebsd-9-stable/sys/net/ |
| D | if_var.h | 126 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 …]
|
| D | pfil.c | 165 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()
|
| D | if_debug.c | 93 DB_SHOW_COMMAND(ifnet, db_show_ifnet) in DB_SHOW_COMMAND() argument
|
| D | if_vlan.c | 1400 int (*func)(struct ifnet *, int))
|
| D | if_lagg.c | 1229 int (*func)(struct ifnet *, int)) in lagg_setflag()
|
| /freebsd-9-stable/usr.sbin/ifmcstat/ |
| D | ifmcstat.c | 335 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/ |
| D | mroute6.c | 132 struct ifnet ifnet; in mroute6pr() local
|
| D | if.c | 179 struct ifnet ifnet; in intpr() local 532 struct ifnet ifnet; in sidewaysintpr() local
|
| D | route.c | 326 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/ |
| D | startup.c | 63 struct interface *ifnet; variable
|
| /freebsd-9-stable/sys/netinet/ |
| D | sctp_bsd_addr.c | 356 sctp_add_or_del_interfaces(int (*pred) (struct ifnet *), int add){ in sctp_add_or_del_interfaces()
|
| /freebsd-9-stable/sbin/routed/ |
| D | if.c | 46 struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */ variable
|
| /freebsd-9-stable/contrib/ipfilter/ipsd/Celler/ |
| D | ip_compat.h | 188 # define ifnet device macro
|
| /freebsd-9-stable/contrib/ipfilter/ipsend/.OLD/ |
| D | ip_compat.h | 229 # define ifnet device macro
|
| /freebsd-9-stable/sys/dev/bxe/ |
| D | bxe_stats.c | 1174 struct ifnet *ifnet = sc->ifnet; in bxe_net_stats_update() local
|
| D | bxe.h | 1338 struct ifnet *ifnet; member
|
| /freebsd-9-stable/sys/dev/sfxge/ |
| D | sfxge.h | 199 struct ifnet *ifnet; member
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | pcap-dlpi.c | 1625 struct ifnet ifnet; local
|
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_compat.h | 1224 # 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/ |
| D | netback.c | 1807 struct ifnet *ifnet, gnttab_copy_table gnttab) in xnb_recv()
|
| /freebsd-9-stable/sys/dev/lmc/ |
| D | if_lmc.h | 1129 struct ifnet ifnet; /* must be first in sc for fbsd < 6 */ member
|