Search | Google it | Results 1 - 1 of 1 for funcall:LIST_ENTRY from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_var.h (0.00 seconds) |
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 */ 220: struct router_info { 221: LIST_ENTRY(router_info) rti_link; 222: struct ifnet *rti_ifp; 233: struct in_multi { 234: LIST_ENTRY(in_multi) inm_list; /* list of multicast addresses */ 235: struct router_info *inm_rti; /* router version info */