Searched refs:mld (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/netinet6/ |
| HD | mld6.c | 223 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW, 0, 628 /*const*/ struct mld_hdr *mld) in mld_v1_input_query() argument 643 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query() 663 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query() 680 in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query() 693 timer = (ntohs(mld->mld_maxdelay) * PR_FASTHZ) / MLD_TIMER_SCALE; in mld_v1_input_query() 718 inm = in6m_lookup_locked(ifp, &mld->mld_addr); in mld_v1_input_query() 721 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query() 726 in6_clearscope(&mld->mld_addr); in mld_v1_input_query() 806 struct mbuf *m, struct mldv2_query *mld, const int off, const int icmp6len) in mld_v2_input_query() argument [all …]
|
| /freebsd-11-stable/usr.sbin/mld6query/ |
| HD | mld6.c | 297 struct mld_hdr *mld; in dump() local 313 mld = (struct mld_hdr *)buf; in dump() 318 switch (mld->mld_type) { in dump() 329 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr, in dump()
|
| /freebsd-11-stable/share/man/man4/ |
| HD | Makefile | 298 mld.4 \
|
| /freebsd-11-stable/contrib/ntp/ |
| HD | configure.ac | 462 AC_SEARCH_LIBS([nlist], [elf ld mld])
|
| HD | configure | 26314 for ac_lib in '' elf ld mld; do
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | README | 1115 need -mld to get the nlist() function, although some versions
|