/src/usr.bin/netstat/ |
mroute6.c | 179 struct ifnet ifnet; local in function:mroute6pr 185 kread((u_long)mifp->m6_ifp, (char *)&ifnet, sizeof(ifnet)); 194 "reg0" : if_indextoname(ifnet.if_index, ifname));
|
route.c | 244 static struct ifnet ifnet, *lastif; local in function:p_krtentry 285 kget(rt->rt_ifp, ifnet); 288 printf(" %.16s%s", ifnet.if_xname,
|
if.c | 93 struct if_data *, struct ifnet *, struct if_data_ext *); 129 * NOTE: ifnetaddr is the location of the kernel global "ifnet", 342 struct ifnet ifnet; local in function:intpr_kvm 351 printf("ifnet: symbol not defined\n"); 356 * Find the pointer to the first ifnet structure. Replace 375 if (kread(ifnetaddr, (char *)&ifnet, sizeof ifnet)) 377 memmove(name, ifnet.if_xname, IFNAMSIZ); 379 ifnetaddr = (u_long)ifnet.if_list.tqe_next 842 struct ifnet ifnet; local in function:sidewaysintpr_kvm [all...] |
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_test_subr.c | 33 * Standalone NPF: we define the same struct ifnet members 36 struct ifnet { struct 39 TAILQ_ENTRY(ifnet) if_list; 43 static TAILQ_HEAD(, ifnet) npftest_ifnet_list =
|
/src/sbin/routed/ |
if.c | 48 struct interface *ifnet; /* all interfaces */ variable in typeref:struct:interface * 108 ifp->int_prev = &ifnet; 109 ifp->int_next = ifnet; 110 if (ifnet != 0) 111 ifnet->int_prev = &ifp->int_next; 112 ifnet = ifp; 224 for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next) { 252 for (ifp = ifnet; ifp; ifp = ifp->int_next) { 329 for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) { 401 for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next) [all...] |
/src/sys/dev/pci/cxgb/ |
cxgb_offload.c | 171 is_offloading(struct ifnet *ifp) 189 static struct ifnet * 198 struct ifnet *ifnet = p->ifp; local in function:get_iff_from_mac 218 struct ifnet *ifp = adapter->port[port].ifp; 861 static int (*orig_arp_constructor)(struct ifnet *); 864 neigh_suspect(struct ifnet *neigh) 875 neigh_connect(struct ifnet *neigh) 1214 struct ifnet *olddev, *newdev;
|
/src/sys/net/ |
if.h | 103 * the size of struct ifnet does not changed based on the option. The 145 struct ifnet; 159 int (*ifc_destroy)(struct ifnet *); 261 TAILQ_HEAD(ifnet_head, ifnet); /* the actual queue head */ 290 typedef struct ifnet { struct 293 TAILQ_ENTRY(ifnet) 324 (struct ifnet *, struct mbuf *, const struct sockaddr *, 327 (struct ifnet *, struct mbuf *); 329 (struct ifnet *); 331 (struct ifnet *, struct mbuf *) [all...] |