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

1 2

  /external/dropbear/
fake-rfc2553.c 138 if (hints->ai_socktype)
139 ai->ai_socktype = hints->ai_socktype;
141 ai->ai_socktype = SOCK_STREAM;
fake-rfc2553.h 127 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
dbutil.c 200 hints.ai_socktype = SOCK_STREAM;
238 socks[nsock] = socket(res->ai_family, res->ai_socktype,
317 hints.ai_socktype = SOCK_STREAM;
336 sock = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /system/extras/tests/bionic/libc/common/
test_getaddrinfo.c 34 hints.ai_socktype = SOCK_STREAM;
  /external/tcpdump/missing/
addrinfo.h 45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
46 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
74 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
getaddrinfo.c 203 "servname not supported for ai_socktype", /* EAI_SERVICE */
204 "ai_socktype not supported", /* EAI_SOCKTYPE */
320 pai->ai_socktype = ANY;
352 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) {
360 if (pai->ai_socktype == ex->e_socktype
402 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
409 if (pai->ai_socktype == ANY && ex->e_socktype != ANY)
410 pai->ai_socktype = ex->e_socktype;
458 if (!MATCH(pai->ai_socktype, ex->e_socktype,
469 if (pai->ai_socktype == ANY && ex->e_socktype != ANY
    [all...]
  /bionic/libc/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /external/ipsec-tools/src/racoon/
kmpstat.c 218 hint.ai_socktype = SOCK_STREAM;
  /external/qemu/
qemu-sockets.c 105 ai.ai_socktype = socktype;
167 slisten = socket(e->ai_family, e->ai_socktype, e->ai_protocol);
239 ai.ai_socktype = socktype;
289 sock = socket(e->ai_family, e->ai_socktype, e->ai_protocol);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
151 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
152 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /bionic/libc/netbsd/net/
getaddrinfo.c 242 "servname not supported for ai_socktype", /* EAI_SERVICE */
243 "ai_socktype not supported", /* EAI_SOCKTYPE */
389 pai->ai_socktype = ANY;
421 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) {
429 if (pai->ai_socktype == ex->e_socktype
475 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
482 if (pai->ai_socktype == ANY && ex->e_socktype != ANY)
483 pai->ai_socktype = ex->e_socktype;
525 if (!MATCH(pai->ai_socktype, ex->e_socktype,
534 if (pai->ai_socktype == ANY && ex->e_socktype != ANY
    [all...]
  /external/mtpd/
mtpd.c 275 .ai_socktype = type,
291 the_socket = socket(r->ai_family, r->ai_socktype, r->ai_protocol);
  /dalvik/libcore/luni/src/main/native/
java_net_InetAddress.cpp 79 hints.ai_socktype = SOCK_STREAM;
  /external/bluetooth/hcidump/src/
hcidump.c 634 hints.ai_socktype = SOCK_STREAM;
644 sk = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
751 hints.ai_socktype = SOCK_STREAM;
772 fds[nfds].fd = socket(runp->ai_family, runp->ai_socktype,
  /external/libpcap/
nametoaddr.c 133 hints.ai_socktype = SOCK_STREAM; /*not really*/
  /external/v8/src/
platform-posix.cc 281 hints.ai_socktype = SOCK_STREAM;
  /external/ipsec-tools/
setup.c 117 .ai_socktype = SOCK_DGRAM,
  /external/netperf/
netserver.c 463 hints.ai_socktype = SOCK_STREAM;
  /bionic/libc/netbsd/resolv/
res_init.c 362 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
466 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
  /external/ipsec-tools/src/libipsec/
policy_parse.y 409 hints.ai_socktype = SOCK_DGRAM;

Completed in 969 milliseconds

1 2