Searched defs:NI_MAXHOST (Results 1 - 9 of 9) sorted by relevance

/external/libpcap/Win32/Include/
H A Daddrinfo.h119 #ifndef NI_MAXHOST
120 #define NI_MAXHOST 1025 macro
/external/tcpdump/missing/
H A Daddrinfo.h93 #ifndef NI_MAXHOST
94 #define NI_MAXHOST 1025 macro
/external/curl/lib/
H A Dsetup-os400.h26 /* OS/400 netdb.h does not define NI_MAXHOST. */
27 #define NI_MAXHOST 1025 macro
H A Dftp.c85 #ifndef NI_MAXHOST
86 #define NI_MAXHOST 1025 macro
990 char hbuf[NI_MAXHOST];
/external/netperf/src/missing/
H A Dgetaddrinfo.h134 #ifdef NI_MAXHOST
135 #undef NI_MAXHOST macro
194 #define NI_MAXHOST 1025 macro
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.h119 #ifndef NI_MAXHOST
120 # define NI_MAXHOST 1025 macro
121 #endif /* !NI_MAXHOST */
/external/tcpdump/
H A Dtcpdump-stdinc.h174 #define NI_MAXHOST 1025 macro
/external/tlsdate/src/
H A Dproxy-bio-plan9.c29 #ifndef NI_MAXHOST
30 #define NI_MAXHOST 1025 macro
80 unsigned char buf[NI_MAXHOST + 16];
136 unsigned char buf[NI_MAXHOST + 16];
439 if (strlen(host) == NI_MAXHOST)
/external/libevent/
H A Dhttp.c107 #define NI_MAXHOST 1025 macro
3787 char ntop[NI_MAXHOST];

Completed in 520 milliseconds