HomeSort by: relevance | last modified time | path
    Searched defs:mld_addr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
mld6.c 352 struct in6_addr mld_addr, all_in6; local in function:mld_input
394 IN6_PRINT(ip6bufm, &mldh->mld_addr));
402 mld_addr = mldh->mld_addr;
403 if (in6_setscope(&mld_addr, ifp, NULL)) {
427 if (!IN6_IS_ADDR_UNSPECIFIED(&mld_addr) &&
428 !IN6_IS_ADDR_MULTICAST(&mld_addr))
468 if (!IN6_IS_ADDR_UNSPECIFIED(&mld_addr) &&
469 !IN6_ARE_ADDR_EQUAL(&mld_addr, &in6m->in6m_addr))
505 if (!IN6_IS_ADDR_MULTICAST(&mldh->mld_addr))
    [all...]
mld6.c 352 struct in6_addr mld_addr, all_in6; local in function:mld_input
394 IN6_PRINT(ip6bufm, &mldh->mld_addr));
402 mld_addr = mldh->mld_addr;
403 if (in6_setscope(&mld_addr, ifp, NULL)) {
427 if (!IN6_IS_ADDR_UNSPECIFIED(&mld_addr) &&
428 !IN6_IS_ADDR_MULTICAST(&mld_addr))
468 if (!IN6_IS_ADDR_UNSPECIFIED(&mld_addr) &&
469 !IN6_ARE_ADDR_EQUAL(&mld_addr, &in6m->in6m_addr))
505 if (!IN6_IS_ADDR_MULTICAST(&mldh->mld_addr))
    [all...]
  /src/sys/netinet/
icmp6.h 188 struct in6_addr mld_addr; /* multicast address */ member in struct:mld_hdr
199 #define mld6_addr mld_addr
icmp6.h 188 struct in6_addr mld_addr; /* multicast address */ member in struct:mld_hdr
199 #define mld6_addr mld_addr

Completed in 25 milliseconds