- t2ex
- bsd_source/t2ex/network/net/src_bsd/net/pfil.h - 4.2KB - 142 lines
87: #define ph_ifnet ph_un.phu_ptr
88: LIST_ENTRY(pfil_head) ph_list;
89: };
- bsd_source/t2ex/network/net/src_bsd/net/raw_cb.h - 3.0KB - 79 lines
41: struct rawcb {
42: LIST_ENTRY(rawcb) rcb_list; /* doubly linked list */
43: struct socket *rcb_socket; /* back pointer to socket */
- bsd_source/t2ex/network/net/src_bsd/net/route.h - 17.7KB - 470 lines
64: struct sockaddr *ro_sa;
65: LIST_ENTRY(route) ro_rtcache_next;
66: bool ro_invalid;
- More results from route.h
- bsd_source/t2ex/network/net/src_bsd/netinet/if_inarp.h - 3.3KB - 87 lines
37: struct llinfo_arp {
38: LIST_ENTRY(llinfo_arp) la_list;
39: struct rtentry *la_rt;
- bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb_hdr.h - 4.6KB - 113 lines
77: struct inpcb_hdr {
78: LIST_ENTRY(inpcb_hdr) inph_hash;
79: LIST_ENTRY(inpcb_hdr) inph_lhash;
- More results from in_pcb_hdr.h
- bsd_source/t2ex/network/net/src_bsd/netinet/in_var.h - 13.0KB - 369 lines
92: struct in_addr ia_netbroadcast; /* to recognize net broadcasts */
93: LIST_ENTRY(in_ifaddr) ia_hash; /* entry in bucket of inet addresses */
94: TAILQ_ENTRY(in_ifaddr) ia_list; /* list of internet addresses */
- More results from in_var.h
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_encap.h - 3.2KB - 78 lines
43: struct radix_node nodes[2];
44: LIST_ENTRY(encaptab) chain;
45: int af;
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
66: struct ipflow {
67: LIST_ENTRY(ipflow) ipf_list; /* next in active list */
68: LIST_ENTRY(ipflow) ipf_hash; /* next ipflow in bucket */
- More results from ip_flow.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
155: struct icmp_mtudisc_callback {
156: LIST_ENTRY(icmp_mtudisc_callback) mc_list;
157: void (*mc_func)(struct in_addr);
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_mroute.h - 15.2KB - 362 lines
261: struct mfc {
262: LIST_ENTRY(mfc) mfc_hash;
263: struct in_addr mfc_origin; /* ip origin of mcasts */