Searched refs:NI_MAXHOST (Results 1 - 25 of 101) sorted by relevance

12345

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/include/
H A Dgai.h57 #ifndef NI_MAXHOST
58 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Daddrinfo.h121 #ifndef NI_MAXHOST
122 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Daddrinfo.h95 #ifndef NI_MAXHOST
96 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsock_principal.c47 char hostname[NI_MAXHOST];
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Daddrinfo.h69 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/rsync-42/rsync/lib/
H A Daddrinfo.h82 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dfake-rfc2553.h116 #ifndef NI_MAXHOST
117 # define NI_MAXHOST 1025 macro
118 #endif /* !NI_MAXHOST */
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dnetdb.h129 #undef NI_MAXHOST macro
132 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h198 #ifndef NI_MAXHOST
199 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dnetdb.h129 #undef NI_MAXHOST macro
132 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dcanohost.c54 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST];
251 char ntop[NI_MAXHOST];
307 char *host, myname[NI_MAXHOST];
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Daddrinfo.h116 #ifndef NI_MAXHOST
117 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Dnetdb.h.in138 #undef NI_MAXHOST
141 #define NI_MAXHOST 1025
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/libipsec/
H A Dipsec_dump_policy.c285 char abuf[NI_MAXHOST * 2 + 2];
384 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
403 char host[NI_MAXHOST];
/macosx-10.9.5/postfix-252/postfix/auxiliary/name-addr-test/
H A Dgetaddrinfo.c28 char hostbuf[NI_MAXHOST]; /* XXX */
H A Dgetnameinfo.c28 char hostbuf[NI_MAXHOST]; /* XXX */
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sample/
H A Dclient.c329 char localaddr[NI_MAXHOST + NI_MAXSERV],
330 remoteaddr[NI_MAXHOST + NI_MAXSERV];
332 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
H A Dserver.c323 char localaddr[NI_MAXHOST | NI_MAXSERV],
324 remoteaddr[NI_MAXHOST | NI_MAXSERV];
326 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsetup-os400.h26 /* OS/400 netdb.h does not define NI_MAXHOST. */
27 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtcpdump-stdinc.h100 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dsockmisc.c846 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
847 char addr[NI_MAXHOST], port[NI_MAXSERV];
867 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
868 char addr[NI_MAXHOST], port[NI_MAXSERV];
889 static char buf[NI_MAXHOST + NI_MAXSERV + 10];
890 char addr[NI_MAXHOST];
906 static char buf[NI_MAXHOST + 10];
927 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
949 static char buf[2*(NI_MAXHOST + NI_MAXSERV + 10) + 100];
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken-common.h242 #ifndef NI_MAXHOST
243 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dsocket.h237 #ifndef NI_MAXHOST
238 #define NI_MAXHOST 256 macro
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h136 #undef NI_MAXHOST macro
139 #define NI_MAXHOST 1025 macro
/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Daf_inet.c174 char src[NI_MAXHOST];
175 char dst[NI_MAXHOST];

Completed in 297 milliseconds

12345