Searched refs:mld_addr (Results 1 – 3 of 3) sorted by relevance
880 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query()899 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query()944 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query()951 ip6_sprintf(&mld->mld_addr), in mld_v1_input_query()958 in6_clearscope(&mld->mld_addr); in mld_v1_input_query()1108 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v2_input_query()1124 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v2_input_query()1178 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v2_input_query()1214 in6_clearscope(&mld->mld_addr); in mld_v2_input_query()1384 if (!IN6_IS_ADDR_MULTICAST(&mld->mld_addr) || in mld_v1_input_report()[all …]
75 struct in6_addr mld_addr; /* address being queried */ member
216 struct in6_addr mld_addr; /* multicast address */ member227 #define mld6_addr mld_addr