Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-21/include/netinet/ |
D | in.h | 49 static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
D | in6.h | 106 #define IN6ADDR_LOOPBACK_INIT {{{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1}}} macro
|
/development/ndk/platforms/android-9/include/netinet/ |
D | in.h | 47 static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
/development/ndk/platforms/android-9/include/linux/ |
D | in6.h | 30 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|