/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 */
|
/system/extras/tests/bionic/libc/common/ |
test_getaddrinfo.c | 34 hints.ai_socktype = SOCK_STREAM;
|
/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;
|
address_list.cc | 58 ai->ai_socktype = SOCK_STREAM; 221 ai->ai_socktype = socket_type;
|
/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/dropbear/ |
fake-rfc2553.c | 138 if (hints->ai_socktype) 139 ai->ai_socktype = hints->ai_socktype; 141 ai->ai_socktype = SOCK_STREAM;
|
/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;
|
/external/chromium_org/net/base/ |
address_list_unittest.cc | 29 ai.ai_socktype = SOCK_STREAM; 60 ai[i].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,
|
/libcore/luni/src/main/java/libcore/io/ |
StructAddrinfo.java | 35 public int ai_socktype; field in class:StructAddrinfo
|
/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 */
|
/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 */
|
/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);
|
/bionic/libc/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/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 */
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/ |
netdb.h | 138 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo 169 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */ 170 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
|
/prebuilts/ndk/5/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/6/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 */
|