Searched refs:IN6ADDR_ANY_INIT (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/libc/include/netinet/ |
H A D | in.h | 52 static const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
H A D | in6.h | 99 #define IN6ADDR_ANY_INIT {{{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}} macro
|
/aosp12/bionic/libc/bionic/ |
H A D | netinet_in.cpp | 70 const in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
/aosp12/bionic/tests/ |
H A D | netinet_in_test.cpp | 46 in6_addr any = IN6ADDR_ANY_INIT; in TEST()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | netinet_in_h.c | 59 struct in6_addr any_macro = IN6ADDR_ANY_INIT; in netinet_in_h()
|
/aosp12/packages/modules/Connectivity/Tethering/jni/ |
H A D | android_net_util_TetheringUtils.cpp | 141 .sin6_addr = IN6ADDR_ANY_INIT, in android_net_util_setupRaSocket()
|
/aosp12/bionic/libc/dns/include/ |
H A D | resolv_private.h | 216 #ifdef IN6ADDR_ANY_INIT
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | InternetAddresses.h | 43 } ip{.v6 = IN6ADDR_ANY_INIT}; // written and read in network-byte order
|
/aosp12/system/netd/libnetdutils/ |
H A D | InternetAddressesTest.cpp | 85 const in6_addr IPV6_ANY = IN6ADDR_ANY_INIT;
|