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

1234

/freebsd-9.3-release/contrib/tcpdump/missing/
H A Daddrinfo.h95 #ifndef NI_MAXHOST
96 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dsock_principal.c49 char hostname[NI_MAXHOST];
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h116 #ifndef NI_MAXHOST
117 # define NI_MAXHOST 1025 macro
118 #endif /* !NI_MAXHOST */
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnetdb.h129 #undef NI_MAXHOST macro
132 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_rfc2553.h223 #ifndef NI_MAXHOST
224 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/crypto/openssh/
H A Dcanohost.c52 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST];
244 char ntop[NI_MAXHOST];
300 char *host, myname[NI_MAXHOST];
/freebsd-9.3-release/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-9.3-release/contrib/bind9/lib/irs/include/irs/
H A Dnetdb.h.in138 #undef NI_MAXHOST
141 #define NI_MAXHOST 1025
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken-common.h224 #ifndef NI_MAXHOST
225 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/usr.sbin/rip6query/
H A Drip6query.c185 static char buf[NI_MAXHOST];
197 static char buf[NI_MAXHOST];
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.h156 (NI_MAXHOST + (NI_MAXHOST / 64 + 1) + 1)
/freebsd-9.3-release/lib/libipsec/
H A Dipsec_dump_policy.c183 char abuf[NI_MAXHOST * 2 + 2];
283 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump-stdinc.h100 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/lib/libc/net/
H A Drcmdsh.c72 static char hbuf[NI_MAXHOST];
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h198 #undef NI_MAXHOST macro
199 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h137 #undef NI_MAXHOST macro
140 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/sbin/ifconfig/
H A Daf_inet.c148 char src[NI_MAXHOST];
149 char dst[NI_MAXHOST];
/freebsd-9.3-release/usr.sbin/faithd/
H A Dprefix.c130 static char buf[NI_MAXHOST + 20];
131 char hbuf[NI_MAXHOST];
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dnet.c189 char h1[NI_MAXHOST], h2[NI_MAXHOST];
/freebsd-9.3-release/include/
H A Dnetdb.h194 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/lib/libutil/
H A Drealhostname.c102 char buf[NI_MAXHOST];
/freebsd-9.3-release/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-9.3-release/usr.bin/finger/
H A Dnet.c220 char buf[NI_MAXHOST];
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h255 #undef NI_MAXHOST macro
256 #define NI_MAXHOST 1025 macro
/freebsd-9.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c370 char hbuf[NI_MAXHOST], src0[NI_MAXHOST], *ep;
1196 char hbuf[NI_MAXHOST];
1295 char sbuf[NI_MAXHOST+1], dbuf[INET6_ADDRSTRLEN];
1379 char hbuf[NI_MAXHOST];
1415 static char line[NI_MAXHOST], domain[MAXHOSTNAMELEN + 1];

Completed in 172 milliseconds

1234