OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_addrtype
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/system/core/libcutils/
socket_network_client.c
50
addr.sin_family = hp->
h_addrtype
;
54
s = socket(hp->
h_addrtype
, type, 0);
/system/extras/tests/bionic/libc/common/
test_gethostbyname.c
57
switch (hent->
h_addrtype
) {
60
default: printf("UNKNOWN (%d)\n", hent->
h_addrtype
);
63
switch (hent->
h_addrtype
) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc
105
hostent_.
h_addrtype
= AF_INET;
109
hostent_.
h_addrtype
= AF_INET6;
130
if (AF_INET == hostent_.
h_addrtype
) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_network.c
123
sa.sin_family= host->
h_addrtype
;
126
s = socket(host->
h_addrtype
, SOCK_STREAM, IPPROTO_TCP);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h
61
** Beware that WINSOCK.H defines
h_addrtype
and h_length as short.
69
PRInt16
h_addrtype
; /* host address type */
member in struct:PRHostEnt
72
PRInt32
h_addrtype
; /* host address type */
member in struct:PRHostEnt
/external/mesa3d/src/gallium/auxiliary/util/
u_network.c
123
sa.sin_family= host->
h_addrtype
;
126
s = socket(host->
h_addrtype
, SOCK_STREAM, IPPROTO_TCP);
/external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc
111
result->
h_addrtype
= ent->
h_addrtype
;
/bionic/libc/netbsd/
gethnamaddr.c
597
rs->host.
h_addrtype
= ntohl(size);
650
rs->host.
h_addrtype
= af;
957
if (rs->host.
h_addrtype
!= 0 && rs->host.
h_addrtype
!= af)
965
rs->host.
h_addrtype
= af;
1039
if (p->
h_addrtype
!= af)
1130
rs->host.
h_addrtype
= af;
1134
if (p->
h_addrtype
== af && !memcmp(p->h_addr, addr,
1176
if (hp->
h_addrtype
!= AF_INET || hp->h_length != INADDRSZ)
1178
hp->
h_addrtype
= AF_INET6
[
all
...]
/development/ndk/platforms/android-3/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/development/ndk/sources/android/libportable/common/include/
netdb_portable.h
96
int
h_addrtype
; /* host address type */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
netdb.h
87
int
h_addrtype
; /* host address type */
member in struct:hostent
Completed in 121 milliseconds
1
2
3
4