OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_UNAVAIL
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/dns/net/
nsdispatch.c
116
return (
NS_UNAVAIL
);
138
if ((result &
NS_UNAVAIL
) != 0 && errno == ENOSPC) {
sethostent.c
133
return
NS_UNAVAIL
; // glibc compatibility.
271
return
NS_UNAVAIL
;
280
if (errno == ENOSPC) return
NS_UNAVAIL
; // glibc compatibility.
gethnamaddr.c
1162
return
NS_UNAVAIL
;
1192
return
NS_UNAVAIL
;
1247
return
NS_UNAVAIL
;
1279
return
NS_UNAVAIL
;
[
all
...]
getaddrinfo.c
831
case
NS_UNAVAIL
:
[
all
...]
/bionic/libc/dns/include/
nsswitch.h
53
#define
NS_UNAVAIL
(1<<1) /* source not responding, or corrupt */
/device/linaro/bootloader/edk2/StdLib/Include/
nsswitch.h
60
#define
NS_UNAVAIL
(1<<1) /* source not responding, or corrupt */
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c
595
case
NS_UNAVAIL
:
[
all
...]
Completed in 120 milliseconds