Home
last modified time | relevance | path

Searched refs:mld_addr (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dmld6.c864 __func__, ip6_sprintf(&mld->mld_addr), in mld_v1_input_query()
884 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query()
903 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query()
948 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query()
955 ip6_sprintf(&mld->mld_addr), in mld_v1_input_query()
962 in6_clearscope(&mld->mld_addr); in mld_v1_input_query()
1111 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v2_input_query()
1127 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v2_input_query()
1181 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v2_input_query()
1217 in6_clearscope(&mld->mld_addr); in mld_v2_input_query()
[all …]
H A Dmld6.h75 struct in6_addr mld_addr; /* address being queried */ member
/xnu-8019.80.24/bsd/netinet/
H A Dicmp6.h216 struct in6_addr mld_addr; /* multicast address */ member
227 #define mld6_addr mld_addr