Search | Google it | Results 1 - 1 of 1 for funcall:LIST_HEAD from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_var.h (0.00 seconds) |
98: struct sockaddr_in ia_sockmask; /* reserve space for general netmask */ 99: LIST_HEAD(, in_multi) ia_multiaddrs; /* list of multicast addresses */ 100: struct in_multi *ia_allhosts; /* multicast address record for 136: 137: LIST_HEAD(in_ifaddrhashhead, in_ifaddr); /* Type of the hash head */ 138: TAILQ_HEAD(in_ifaddrhead, in_ifaddr); /* Type of the list head */ 139: LIST_HEAD(in_multihashhead, in_multi); /* Type of the hash head */ 140: