OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NI_NUMERICSERV
(Results
1 - 14
of
14
) sorted by null
/external/libpcap/Win32/Include/
addrinfo.h
140
#ifndef
NI_NUMERICSERV
141
#define
NI_NUMERICSERV
0x00000008
/external/ipsec-tools/src/racoon/
var.h
75
#define NIFLAGS (NI_NUMERICHOST |
NI_NUMERICSERV
)
isakmp.c
[
all
...]
/development/ndk/platforms/android-3/include/
netdb.h
187
#define
NI_NUMERICSERV
0x00000008
/development/ndk/sources/android/libportable/common/include/
netdb_portable.h
202
#define
NI_NUMERICSERV
0x00000008
/bionic/libc/include/
netdb.h
187
#define
NI_NUMERICSERV
0x00000008
/development/ndk/platforms/android-L/include/
netdb.h
187
#define
NI_NUMERICSERV
0x00000008
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h
214
#define
NI_NUMERICSERV
0x00000008
/external/ipsec-tools/src/libipsec/
pfkey_dump.c
540
0, pbuf, sizeof(pbuf),
NI_NUMERICSERV
) != 0)
561
0, pbuf, sizeof(pbuf),
NI_NUMERICSERV
) != 0)
679
const int niflag =
NI_NUMERICSERV
;
ipsec_dump_policy.c
399
const int niflags = NI_NUMERICHOST |
NI_NUMERICSERV
;
/bionic/libc/dns/net/
getnameinfo.c
214
if (flags &
NI_NUMERICSERV
)
/external/openssl/crypto/bio/
b_sock.c
909
NI_NUMERICHOST|
NI_NUMERICSERV
)) break;
/external/chromium_org/third_party/libevent/
http.c
103
#define
NI_NUMERICSERV
2
[
all
...]
/bionic/libc/dns/resolv/
res_send.c
221
static const int niflags = NI_NUMERICHOST |
NI_NUMERICSERV
;
[
all
...]
Completed in 563 milliseconds