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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 101 void IN6_SET_ADDR_LOOPBACK(struct in6_addr *);
120 WS2TCPIP_INLINE void IN6_SET_ADDR_LOOPBACK(struct in6_addr *a) {
135 IN6_SET_ADDR_LOOPBACK(&a->sin6_addr);
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 81 def IN6_SET_ADDR_LOOPBACK(a): return IN6_ADDR_COPY_L(a, 0, 0, 0, 0x01000000)

Completed in 49 milliseconds