HomeSort by relevance Sort by last modified time
    Searched refs:ai_socktype (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/iputils/
tracepath6.c 438 hints.ai_socktype = SOCK_DGRAM;
458 fd = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_openvms.h 119 int ai_socktype; member in struct:addrinfo
_win95.h 64 int ai_socktype; member in struct:addrinfo
_winnt.h 79 int ai_socktype; member in struct:addrinfo
_solaris.h 122 int ai_socktype; member in struct:addrinfo
  /external/libpcap/
nametoaddr.c 133 hints.ai_socktype = SOCK_STREAM; /*not really*/
  /external/openssh/
sshconnect.c 209 sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
222 hints.ai_socktype = ai->ai_socktype;
357 hints.ai_socktype = SOCK_STREAM;
    [all...]
ssh-keyscan.c 298 hints.ai_socktype = SOCK_STREAM;
302 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
channels.c     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 169 int ai_socktype; member in struct:__sanitizer::__sanitizer_addrinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 542 int ai_socktype; /* Socket type. */ member in struct:addrinfo
595 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */
596 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 542 int ai_socktype; /* Socket type. */ member in struct:addrinfo
595 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */
596 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 542 int ai_socktype; /* Socket type. */ member in struct:addrinfo
595 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */
596 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
  /external/chromium_org/tools/android/forwarder2/
socket.cc 245 hints.ai_socktype = SOCK_STREAM;
  /external/netperf/
netserver.c 463 hints.ai_socktype = SOCK_STREAM;
netlib.c     [all...]
  /external/v8/src/
platform-posix.cc 449 hints.ai_socktype = SOCK_STREAM;
  /libcore/luni/src/main/java/java/net/
InetAddress.java 404 hints.ai_socktype = SOCK_STREAM;
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 409 hints.ai_socktype = SOCK_DGRAM;
  /bionic/libc/netbsd/resolv/
res_init.c 354 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 508 socket_ = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
tcp_client_socket_win.cc 633 socket_ = WSASocket(ai->ai_family, ai->ai_socktype, ai->ai_protocol, NULL, 0,
  /external/chromium/third_party/libevent/
http.c 147 int ai_socktype; member in struct:addrinfo
164 ai->ai_socktype = SOCK_STREAM;
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 147 int ai_socktype; member in struct:addrinfo
164 ai->ai_socktype = SOCK_STREAM;
    [all...]
  /external/ipsec-tools/
setup.c 96 .ai_socktype = SOCK_DGRAM,

Completed in 602 milliseconds

1 2 34 5 6