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

  /bionic/libc/include/netinet/
in6.h 84 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 508 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 340 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
356 #define IN6_IS_ADDR_MC_SITELOCAL(a) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 95 int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *);
114 WS2TCPIP_INLINE int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *a) { return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==5); }

Completed in 222 milliseconds