HomeSort by relevance Sort by last modified time
    Searched refs:INADDR_LOOPBACK (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/base/
win32_unittest.cc 44 WinPing::PingResult result = ping.Ping(IPAddress(INADDR_LOOPBACK), 20, 50, 1,
55 IPAddress(INADDR_LOOPBACK), 0, 50, 1, false));
57 IPAddress(INADDR_LOOPBACK), 20, 0, 1, false));
59 IPAddress(INADDR_LOOPBACK), 20, 50, 0, false));
socket_unittest.h 24 SocketTest() : kIPv4Loopback(INADDR_LOOPBACK),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
types.h 92 #ifndef INADDR_LOOPBACK
93 #define INADDR_LOOPBACK (u_long)0x7F000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
types.h 93 #ifndef INADDR_LOOPBACK
94 #define INADDR_LOOPBACK (u_long)0x7F000001
  /system/core/libcutils/
socket_loopback_client_unix.c 44 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
socket_loopback_server_unix.c 43 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 38 #undef INADDR_LOOPBACK
39 #define INADDR_LOOPBACK INADDR_LOOPBACK_IPV6INCOMPATIBLE
  /external/libmicrohttpd/src/testcurl/
test_options.c 83 daemon_ip_addr.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
  /external/strace/tests/
inet-accept-connect-send-recv.c 48 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
netlink_inet_diag.c 106 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /external/valgrind/memcheck/tests/
sendmsg.c 27 sa.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
  /system/core/adb/
test_track_devices.cpp 35 server.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 96 rtc::IPAddress(INADDR_LOOPBACK), 8),
99 network_.AddIP(rtc::IPAddress(INADDR_LOOPBACK));
  /system/extras/tests/tcp_nuke_addr/
tcp_nuke_addr_test.cpp 52 sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
54 while (sin.sin_addr.s_addr == htonl(INADDR_LOOPBACK)) {
  /device/generic/goldfish/libqemu/
test_host_2.c 68 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
test_host_1.c 70 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /external/libmicrohttpd/src/testcurl/https/
test_https_time_out.c 63 sa.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
  /external/nanopb-c/examples/network_server/
client.c 101 servaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
server.c 99 servaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
  /bionic/libc/kernel/uapi/linux/
in.h 271 #define INADDR_LOOPBACK 0x7f000001
  /development/ndk/platforms/android-21/include/linux/
in.h 251 #define INADDR_LOOPBACK 0x7f000001
  /development/ndk/platforms/android-3/include/linux/
in.h 201 #define INADDR_LOOPBACK 0x7f000001
  /external/avahi/avahi-compat-howl/
address.c 51 a.m_addr = htonl(INADDR_LOOPBACK);
  /external/iproute2/include/linux/
in.h 285 #define INADDR_LOOPBACK 0x7f000001 /* 127.0.0.1 */
  /external/kernel-headers/original/uapi/linux/
in.h 285 #define INADDR_LOOPBACK 0x7f000001 /* 127.0.0.1 */

Completed in 1912 milliseconds

1 2 3 4 5