Search | Google it | Results 1 - 1 of 1 for funcall:LIST_HEAD from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet6/in6_var.h (0.00 seconds) |
108: struct in6_ifaddr *ia_next; /* next in6 list of IP6 addresses */ 109: LIST_HEAD(in6_multihead, in6_multi) ia6_multiaddrs; 110: /* list of multicast addresses */ 122: /* multicast addresses joined from the kernel */ 123: LIST_HEAD(, in6_multi_mship) ia6_memberships; 124: };