HomeSort by relevance Sort by last modified time
    Searched refs:IN6_SET_ADDR_UNSPECIFIED (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 100 void IN6_SET_ADDR_UNSPECIFIED(struct in6_addr *);
119 WS2TCPIP_INLINE void IN6_SET_ADDR_UNSPECIFIED(struct in6_addr *a) { memset(a->s6_bytes,0,sizeof(struct in6_addr)); }
128 IN6_SET_ADDR_UNSPECIFIED(&a->sin6_addr);
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 73 def IN6_SET_ADDR_UNSPECIFIED(a): return IN6_ADDR_COPY_L(a, 0, 0, 0, 0)

Completed in 74 milliseconds