/third_party/musl/src/network/ |
H A D | in6addr_loopback.c | 3 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
H A D | getaddrinfo.c | 62 .sin6_addr = IN6ADDR_LOOPBACK_INIT in getaddrinfo()
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
H A D | recvmsg02.c | 38 .sin6_addr = IN6ADDR_LOOPBACK_INIT, in verify_recvmsg()
|
/third_party/lwip/src/include/lwip/ |
H A D | inet.h | 84 #define IN6ADDR_LOOPBACK_INIT {{{0,0,0,PP_HTONL(1)}}} macro
|
/third_party/musl/libc-test/src/api/ |
H A D | netinet_in.c | 38 {struct in6_addr x = IN6ADDR_LOOPBACK_INIT;} in f()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | in6_01.c | 97 struct in6_addr inl6 = IN6ADDR_LOOPBACK_INIT; in test_global_in6_def() 107 tst_res(TINFO, "IN6ADDR_LOOPBACK_INIT present"); in test_global_in6_def()
|
/third_party/libuv/src/win/ |
H A D | winsock.c | 568 struct in6_addr init_sin6_addr = IN6ADDR_LOOPBACK_INIT; in uv__convert_to_localhost_if_unspecified()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getaddrinfo.c | 147 .sin6_addr = IN6ADDR_LOOPBACK_INIT in getaddrinfo_ext()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 60 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 59 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 59 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/third_party/musl/src/network/linux/ |
H A D | getaddrinfo.c | 169 .sin6_addr = IN6ADDR_LOOPBACK_INIT in getaddrinfo_ext()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 59 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 59 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 60 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
|
/third_party/node/deps/uv/src/win/ |
H A D | winsock.c | 568 struct in6_addr init_sin6_addr = IN6ADDR_LOOPBACK_INIT; in uv__convert_to_localhost_if_unspecified()
|
/third_party/lwip/test/unit/api/ |
H A D | test_sockets.c | 135 struct in6_addr lo6 = IN6ADDR_LOOPBACK_INIT; in test_sockets_allfunctions_basic_domain() 226 struct in6_addr lo6 = IN6ADDR_LOOPBACK_INIT; in test_sockets_init_loopback_addr()
|