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

/freebsd-11.0-release/sys/netinet6/
H A Dmld6.h48 struct in6_addr mld_addr; /* address being queried */ member in struct:mldv2_query
H A Dmld6.c622 * mld_addr. This is OK as we own the mbuf chain.
641 ip6_sprintf(ip6tbuf, &mld->mld_addr),
661 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
678 in6_setscope(&mld->mld_addr, ifp, NULL);
716 inm = in6m_lookup_locked(ifp, &mld->mld_addr);
719 ip6_sprintf(ip6tbuf, &mld->mld_addr),
724 in6_clearscope(&mld->mld_addr);
866 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
880 in6_setscope(&mld->mld_addr, ifp, NULL);
933 inm = in6m_lookup_locked(ifp, &mld->mld_addr);
[all...]
/freebsd-11.0-release/usr.sbin/mld6query/
H A Dmld6.c70 #define mld_addr mld6_addr macro
213 mldh.mld_addr = *addr;
329 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr,
/freebsd-11.0-release/sys/netinet/
H A Dicmp6.h181 struct in6_addr mld_addr; /* multicast address */ member in struct:mld_hdr
192 #define mld6_addr mld_addr

Completed in 100 milliseconds