OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getaddrinfo_error
(Results
1 - 3
of
3
) sorted by null
/system/core/libcutils/
socket_network_client_unix.c
44
// On error, check *
getaddrinfo_error
(for use with gai_strerror) first;
47
int*
getaddrinfo_error
) {
57
*
getaddrinfo_error
= getaddrinfo(host, port_str, &hints, &addrs);
58
if (*
getaddrinfo_error
!= 0) {
123
int
getaddrinfo_error
;
local
124
return socket_network_client_timeout(host, port, type, 0, &
getaddrinfo_error
);
/system/core/include/cutils/
sockets.h
109
int timeout, int*
getaddrinfo_error
);
/system/core/adb/
sysdeps.h
667
int
getaddrinfo_error
= 0;
669
&
getaddrinfo_error
);
673
if (
getaddrinfo_error
!= 0) {
674
*error = gai_strerror(
getaddrinfo_error
);
Completed in 292 milliseconds