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

1 2 3 4 5 6

  /libcore/luni/src/main/java/libcore/io/
StructAddrinfo.java 35 public int ai_socktype; field in class:StructAddrinfo
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 167 ALOGV("%s: p:%p->{ai_flags:%d, ai_family:%d, ai_socktype:%d, ai_protocol:%d, ...", __func__, \
168 p, p->ai_flags, p->ai_family, p->ai_socktype, p->ai_protocol); \
201 saved_portable_socktype = portable_hints->ai_socktype;
202 native_hints->ai_socktype = socktype_pton(saved_portable_socktype);
210 portable_hints->ai_socktype = saved_portable_socktype;
223 rp->ai_socktype = socktype_ntop(rp->ai_socktype);
255 rp->ai_socktype = socktype_pton(rp->ai_socktype); /* Likely not really necessary */
  /external/chromium/net/base/
address_list_unittest.cc 138 ai.ai_socktype = SOCK_STREAM;
206 EXPECT_EQ(good_ai->ai_socktype, test_ai->ai_socktype);
209 good_ai->ai_socktype == AF_INET ? sizeof(struct sockaddr_in) :
210 good_ai->ai_socktype == AF_INET6 ? sizeof(struct sockaddr_in6) : 0;
251 good_ai->ai_socktype == AF_INET ? sizeof(struct sockaddr_in) :
252 good_ai->ai_socktype == AF_INET6 ? sizeof(struct sockaddr_in6) : 0;
  /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);
  /external/openssh/openbsd-compat/
fake-rfc2553.c 143 if (hints->ai_socktype)
144 ai->ai_socktype = hints->ai_socktype;
146 ai->ai_socktype = SOCK_STREAM;
fake-rfc2553.h 140 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
  /system/extras/tests/bionic/libc/common/
test_getaddrinfo.c 34 hints.ai_socktype = SOCK_STREAM;
  /external/chromium/net/tools/flip_server/
create_listener.cc 129 hints.ai_socktype = SOCK_STREAM;
142 results->ai_socktype,
252 hints.ai_socktype = SOCK_STREAM;
265 results->ai_socktype,
  /external/chromium_org/net/tools/flip_server/
create_listener.cc 129 hints.ai_socktype = SOCK_STREAM;
142 results->ai_socktype,
252 hints.ai_socktype = SOCK_STREAM;
265 results->ai_socktype,
  /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...]
  /external/chromium_org/net/base/
address_list_unittest.cc 29 ai.ai_socktype = SOCK_STREAM;
60 ai[i].ai_socktype = SOCK_STREAM;
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 127 hints.ai_socktype = SOCK_STREAM;
218 int sockd = socket(pAddrInfo->ai_family, pAddrInfo->ai_socktype, pAddrInfo->ai_protocol);
  /external/qemu/
qemu-sockets.c 136 ai.ai_socktype = SOCK_STREAM;
176 slisten = qemu_socket(e->ai_family, e->ai_socktype, e->ai_protocol);
251 ai.ai_socktype = SOCK_STREAM;
281 sock = qemu_socket(e->ai_family, e->ai_socktype, e->ai_protocol);
322 ai.ai_socktype = SOCK_DGRAM;
353 ai.ai_socktype = SOCK_DGRAM;
374 sock = qemu_socket(peer->ai_family, peer->ai_socktype, peer->ai_protocol);
  /development/ndk/platforms/android-3/include/
netdb.h 116 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
148 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
149 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 70 * values of ai_socktype being different.
125 * ai_socktype values.
130 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo_portable
163 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
164 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /external/ipsec-tools/src/racoon/
kmpstat.c 218 hint.ai_socktype = SOCK_STREAM;
  /prebuilts/ndk/4/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 */
  /prebuilts/ndk/4/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 */
  /prebuilts/ndk/4/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 */
  /prebuilts/ndk/4/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 */
  /prebuilts/ndk/4/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 */
  /prebuilts/ndk/4/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 */

Completed in 583 milliseconds

1 2 3 4 5 6