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

1234

/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h95 #ifndef NI_MAXHOST
96 #define NI_MAXHOST 1025 macro
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dsock_principal.c47 char hostname[NI_MAXHOST];
/freebsd-10-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h119 #ifndef NI_MAXHOST
120 # define NI_MAXHOST 1025 macro
121 #endif /* !NI_MAXHOST */
/freebsd-10-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h114 #ifndef NI_MAXHOST
115 # define NI_MAXHOST 1025 macro
116 #endif /* !NI_MAXHOST */
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h223 #ifndef NI_MAXHOST
224 #define NI_MAXHOST 1025 macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h129 #undef NI_MAXHOST macro
132 #define NI_MAXHOST 1025 macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h119 #ifndef NI_MAXHOST
120 # define NI_MAXHOST 1025 macro
121 #endif /* !NI_MAXHOST */
/freebsd-10-stable/contrib/sendmail/src/
H A Dsasl.c235 # ifndef NI_MAXHOST
236 # define NI_MAXHOST 1025 macro
249 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
/freebsd-10-stable/usr.sbin/rip6query/
H A Drip6query.c185 static char buf[NI_MAXHOST];
197 static char buf[NI_MAXHOST];
/freebsd-10-stable/usr.sbin/rtadvd/
H A Drtadvd.h156 (NI_MAXHOST + (NI_MAXHOST / 64 + 1) + 1)
/freebsd-10-stable/crypto/openssh/
H A Dcanohost.c72 char ntop[NI_MAXHOST];
136 char *host, myname[NI_MAXHOST];
/freebsd-10-stable/lib/libipsec/
H A Dipsec_dump_policy.c183 char abuf[NI_MAXHOST * 2 + 2];
283 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump-stdinc.h100 #define NI_MAXHOST 1025 macro
/freebsd-10-stable/lib/libc/net/
H A Drcmdsh.c67 static char hbuf[NI_MAXHOST];
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Droken-common.h242 #ifndef NI_MAXHOST
243 #define NI_MAXHOST 1025 macro
/freebsd-10-stable/usr.sbin/faithd/
H A Dprefix.c126 static char buf[NI_MAXHOST + 20];
127 char hbuf[NI_MAXHOST];
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dnet.c188 char h1[NI_MAXHOST], h2[NI_MAXHOST];
/freebsd-10-stable/sbin/ifconfig/
H A Daf_inet.c149 char src[NI_MAXHOST];
150 char dst[NI_MAXHOST];
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c47 char host[NI_MAXHOST];
/freebsd-10-stable/lib/libutil/
H A Drealhostname.c102 char buf[NI_MAXHOST];
/freebsd-10-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c657 char groupname[NI_MAXHOST];
662 char sourcename[NI_MAXHOST];
673 NI_MAXHOST, NULL, 0, NI_NUMERICHOST);
680 NI_MAXHOST, NULL, 0, NI_NUMERICHOST);
/freebsd-10-stable/usr.bin/finger/
H A Dnet.c220 char buf[NI_MAXHOST];
/freebsd-10-stable/include/
H A Dnetdb.h194 #define NI_MAXHOST 1025 macro
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h255 #undef NI_MAXHOST macro
256 #define NI_MAXHOST 1025 macro
/freebsd-10-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c370 char hbuf[NI_MAXHOST], src0[NI_MAXHOST], *ep;
1199 char hbuf[NI_MAXHOST];
1298 char sbuf[NI_MAXHOST+1], dbuf[INET6_ADDRSTRLEN];
1382 char hbuf[NI_MAXHOST];
1418 static char line[NI_MAXHOST], domain[MAXHOSTNAMELEN + 1];

Completed in 656 milliseconds

1234