Searched refs:mld_addr (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | mld6.c | 655 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query() 692 in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query() 731 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query() 736 in6_clearscope(&mld->mld_addr); in mld_v1_input_query() 898 in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v2_input_query() 974 in6_clearscope(&mld->mld_addr); in mld_v2_input_query() 1117 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_report() 1180 in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_report() 1235 in6_clearscope(&mld->mld_addr); in mld_v1_input_report() 1857 mld->mld_addr = in6m->in6m_addr; in mld_v1_transmit_report() [all …]
|
| H A D | mld6.h | 50 struct in6_addr mld_addr; /* address being queried */ member
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | icmp6.h | 187 struct in6_addr mld_addr; /* multicast address */ member 198 #define mld6_addr mld_addr
|
| /f-stack/freebsd/netinet/ |
| H A D | icmp6.h | 183 struct in6_addr mld_addr; /* multicast address */ member 194 #define mld6_addr mld_addr
|