HomeSort by relevance Sort by last modified time
    Searched defs:IPV6_ADDR_SCOPE_NODELOCAL (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/netinet/
in6.h 71 #define IPV6_ADDR_SCOPE_NODELOCAL 0x01
81 (IN6_IS_ADDR_MULTICAST(a) && (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_NODELOCAL))
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 293 #define IPV6_ADDR_SCOPE_NODELOCAL 0x01
333 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_NODELOCAL))

Completed in 733 milliseconds