Searched defs:IN6_IS_ADDR_SITELOCAL (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
H A Din.h421 # define IN6_IS_ADDR_SITELOCAL(a) \ macro
466 # define IN6_IS_ADDR_SITELOCAL(a) \ macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dws2tcpip.h90 int IN6_IS_ADDR_SITELOCAL(const struct in6_addr *);
109 WS2TCPIP_INLINE int IN6_IS_ADDR_SITELOCAL(const struct in6_addr *a) { return ((a->s6_bytes[0]==0xfe) && ((a->s6_bytes[1] & 0xc0)==0xc0)); } function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dws2tcpip.h90 int IN6_IS_ADDR_SITELOCAL(const struct in6_addr *);
109 WS2TCPIP_INLINE int IN6_IS_ADDR_SITELOCAL(const struct in6_addr *a) { return ((a->s6_bytes[0]==0xfe) && ((a->s6_bytes[1] & 0xc0)==0xc0)); } function

Completed in 120 milliseconds