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

/freebsd-13-stable/sys/netinet6/
H A Dmld6.h50 struct in6_addr mld_addr; /* address being queried */ member in struct:mldv2_query
H A Dmld6.c634 * mld_addr. This is OK as we own the mbuf chain.
655 ip6_sprintf(ip6tbuf, &mld->mld_addr),
675 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
692 in6_setscope(&mld->mld_addr, ifp, NULL);
728 inm = in6m_lookup_locked(ifp, &mld->mld_addr);
731 ip6_sprintf(ip6tbuf, &mld->mld_addr),
736 in6_clearscope(&mld->mld_addr);
884 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
898 in6_setscope(&mld->mld_addr, ifp, NULL);
950 inm = in6m_lookup_locked(ifp, &mld->mld_addr);
[all...]
/freebsd-13-stable/usr.sbin/mld6query/
H A Dmld6.c72 #define mld_addr mld6_addr macro
227 mldh.mld_addr = *qaddr;
327 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr,
/freebsd-13-stable/sys/netinet/
H A Dicmp6.h183 struct in6_addr mld_addr; /* multicast address */ member in struct:mld_hdr
194 #define mld6_addr mld_addr

Completed in 67 milliseconds