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

/freebsd-10.0-release/sys/netinet6/
H A Dmld6.h48 struct in6_addr mld_addr; /* address being queried */ member in struct:mldv2_query
H A Dmld6.c624 * mld_addr. This is OK as we own the mbuf chain.
643 ip6_sprintf(ip6tbuf, &mld->mld_addr),
663 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
680 in6_setscope(&mld->mld_addr, ifp, NULL);
718 inm = in6m_lookup_locked(ifp, &mld->mld_addr);
721 ip6_sprintf(ip6tbuf, &mld->mld_addr),
726 in6_clearscope(&mld->mld_addr);
868 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
882 in6_setscope(&mld->mld_addr, ifp, NULL);
935 inm = in6m_lookup_locked(ifp, &mld->mld_addr);
[all...]
/freebsd-10.0-release/usr.sbin/mld6query/
H A Dmld6.c71 #define mld_addr mld6_addr macro
214 mldh.mld_addr = *addr;
330 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr,
/freebsd-10.0-release/sys/netinet/
H A Dicmp6.h178 struct in6_addr mld_addr; /* multicast address */ member in struct:mld_hdr
189 #define mld6_addr mld_addr

Completed in 63 milliseconds