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

/xnu-2782.1.97/bsd/netinet6/
H A Dmld6.h75 struct in6_addr mld_addr; /* address being queried */ member in struct:mldv2_query
H A Dmld6.c814 * mld_addr. This is OK as we own the mbuf chain.
832 __func__, ip6_sprintf(&mld->mld_addr),
852 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
871 in6_setscope(&mld->mld_addr, ifp, NULL);
914 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm);
921 ip6_sprintf(&mld->mld_addr),
928 in6_clearscope(&mld->mld_addr);
1077 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
1093 in6_setscope(&mld->mld_addr, ifp, NULL);
1147 IN6_LOOKUP_MULTI(&mld->mld_addr, if
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dicmp6.h209 struct in6_addr mld_addr; /* multicast address */ member in struct:mld_hdr
220 #define mld6_addr mld_addr

Completed in 26 milliseconds