Home
last modified time | relevance | path

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

12

/third_party/curl/lib/
Dsocketpair.c46 #ifndef INADDR_LOOPBACK
47 #define INADDR_LOOPBACK 0x7f000001 macro
81 a.inaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in Curl_socketpair()
/third_party/musl/libc-test/src/functionalext/supplement/network/
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()
Drecvmmsg.c43 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in sendsss()
91 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/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.c51 tst_init_sockaddr_inet_bin(&addr, INADDR_LOOPBACK, 0); in setup()
/third_party/grpc/src/core/lib/iomgr/
Dendpoint_pair_windows.cc48 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in create_sockets()
/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/boost/boost/asio/detail/impl/
Dsocket_select_interrupter.ipp62 addr.sin_addr.s_addr = socket_ops::host_to_network_long(INADDR_LOOPBACK);
76 addr.sin_addr.s_addr = socket_ops::host_to_network_long(INADDR_LOOPBACK);
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dsocket_select_interrupter.ipp62 addr.sin_addr.s_addr = socket_ops::host_to_network_long(INADDR_LOOPBACK);
76 addr.sin_addr.s_addr = socket_ops::host_to_network_long(INADDR_LOOPBACK);
/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-server.c425 return pa_socket_server_new_ipv4(m, INADDR_LOOPBACK, port, fallback, tcpwrap_service); in pa_socket_server_new_ipv4_loopback()
574 } else if (sa.sin_addr.s_addr == INADDR_LOOPBACK) { in pa_socket_server_get_address()
/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/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.c75 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/libnl/include/linux-private/linux/
Din.h287 #define INADDR_LOOPBACK 0x7f000001 /* 127.0.0.1 */ macro
/third_party/ltp/lib/
Dtst_net.c156 inet_ptr->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in tst_get_connect_address()

12