Home
last modified time | relevance | path

Searched refs:INADDR_LOOPBACK (Results 1 – 25 of 66) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
Dnetdb_test.cpp280 hostAddr.s_addr = htonl(INADDR_LOOPBACK);
304 hostAddr1.s_addr = htonl(INADDR_LOOPBACK);
319 hostAddr2.s_addr = htonl(INADDR_LOOPBACK);
357 hostAddr.s_addr = htonl(INADDR_LOOPBACK);
413 hostAddr.s_addr = htonl(INADDR_LOOPBACK);
438 hostAddr1.s_addr = htonl(INADDR_LOOPBACK);
453 hostAddr2.s_addr = htonl(INADDR_LOOPBACK);
Dfortify_test.cpp22 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/third_party/curl/lib/
Dsocketpair.c47 #ifndef INADDR_LOOPBACK
48 #define INADDR_LOOPBACK 0x7f000001 macro
82 a.inaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in Curl_socketpair()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Drecvmmsg.c43 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in sendsss()
91 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in recvsss()
D__recvmmsg_time64.c45 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in sendsss()
93 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in recvsss()
Dsendmsg.c42 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in sendmsg_0100()
Dsendmmsg.c44 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in sendmmsg_0100()
/third_party/ffmpeg/libavformat/
Dnetwork.h228 #ifndef INADDR_LOOPBACK
229 #define INADDR_LOOPBACK 0x7f000001 macro
/third_party/lwip/test/unit/api/
Dtest_sockets.c130 addr4->sin_addr.s_addr = PP_HTONL(INADDR_LOOPBACK); in test_sockets_allfunctions_basic_domain()
239 addr->sin_addr.s_addr = PP_HTONL(INADDR_LOOPBACK); in test_sockets_init_loopback_addr()
609 fail_unless(pktinfo->ipi_addr.s_addr == PP_HTONL(INADDR_LOOPBACK)); in test_sockets_msgapi_cmsg()
707 sa_listen.sin_addr.s_addr = PP_HTONL(INADDR_LOOPBACK); in START_TEST()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_options.c83 daemon_ip_addr.sin_addr.s_addr = htonl (INADDR_LOOPBACK); in test_ip_addr_option()
/third_party/ltp/testcases/cve/
Dcve-2017-2671.c51 iaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in setup()
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt05.c41 tst_init_sockaddr_inet_bin(&addr, INADDR_LOOPBACK, 0); in setup()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-pipe.c59 si->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in lws_plat_pipe_create()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-pipe.c67 si->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in lws_plat_pipe_create()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtest_https_time_out.c63 sa.sin_addr.s_addr = htonl (INADDR_LOOPBACK); in test_tls_session_time_out()
/third_party/pulseaudio/src/pulsecore/
Dpipe.c102 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in pipe()
Dsocket-util.c229 return ((const struct sockaddr_in*) sa)->sin_addr.s_addr == INADDR_LOOPBACK; in pa_socket_address_is_local()
Dsocket-server.c456 return pa_socket_server_new_ipv4(m, INADDR_LOOPBACK, port, fallback, tcpwrap_service); in pa_socket_server_new_ipv4_loopback()
605 } else if (sa.sin_addr.s_addr == INADDR_LOOPBACK) { in pa_socket_server_get_address()
Dohos_socket-server.c476 return pa_socket_server_new_ipv4(m, INADDR_LOOPBACK, port, fallback, tcpwrap_service); in pa_socket_server_new_ipv4_loopback()
625 } else if (sa.sin_addr.s_addr == INADDR_LOOPBACK) { in pa_socket_server_get_address()
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/
Drecvmmsg01.c108 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in setup()
/third_party/lwip/src/include/lwip/
Dinet.h73 #define INADDR_LOOPBACK IPADDR_LOOPBACK macro
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg01.c71 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in setup()
/third_party/ltp/testcases/kernel/syscalls/accept4/
Daccept4_01.c77 conn_addr->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in setup()
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend02.c133 tst_init_sockaddr_inet_bin(&addr, INADDR_LOOPBACK, 0); in run()
/third_party/ltp/lib/
Dtst_net.c158 inet_ptr->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in tst_get_connect_address()

123