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

1234

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsock_principal.c47 char hostname[NI_MAXHOST];
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h223 #ifndef NI_MAXHOST
224 #define NI_MAXHOST 1025 macro
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h129 #undef NI_MAXHOST macro
132 #define NI_MAXHOST 1025 macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h119 #ifndef NI_MAXHOST
120 # define NI_MAXHOST 1025 macro
121 #endif /* !NI_MAXHOST */
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h114 #ifndef NI_MAXHOST
115 # define NI_MAXHOST 1025 macro
116 #endif /* !NI_MAXHOST */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h117 #ifndef NI_MAXHOST
118 # define NI_MAXHOST 1025 macro
119 #endif /* !NI_MAXHOST */
/freebsd-11-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-11-stable/usr.sbin/rip6query/
H A Drip6query.c182 static char buf[NI_MAXHOST];
194 static char buf[NI_MAXHOST];
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.h156 (NI_MAXHOST + (NI_MAXHOST / 64 + 1) + 1)
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h335 #ifndef NI_MAXHOST
336 #define NI_MAXHOST 1025 macro
/freebsd-11-stable/crypto/openssh/
H A Dcanohost.c72 char ntop[NI_MAXHOST];
136 char *host, myname[NI_MAXHOST];
/freebsd-11-stable/lib/libipsec/
H A Dipsec_dump_policy.c183 char abuf[NI_MAXHOST * 2 + 2];
283 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
/freebsd-11-stable/sbin/ifconfig/
H A Daf_inet.c57 static char addr_buf[NI_MAXHOST]; /*for getnameinfo()*/
179 char src[NI_MAXHOST];
180 char dst[NI_MAXHOST];
/freebsd-11-stable/lib/libc/net/
H A Drcmdsh.c69 static char hbuf[NI_MAXHOST];
H A Drcmd.c73 char paddr[NI_MAXHOST];
690 char h1[NI_MAXHOST], h2[NI_MAXHOST];
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Droken-common.h242 #ifndef NI_MAXHOST
243 #define NI_MAXHOST 1025 macro
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dnet.c188 char h1[NI_MAXHOST], h2[NI_MAXHOST];
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c47 char host[NI_MAXHOST];
/freebsd-11-stable/lib/libutil/
H A Drealhostname.c102 char buf[NI_MAXHOST];
/freebsd-11-stable/include/
H A Dnetdb.h206 #define NI_MAXHOST 1025 macro
/freebsd-11-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-11-stable/usr.bin/finger/
H A Dnet.c221 char buf[NI_MAXHOST];
/freebsd-11-stable/contrib/wpa/src/common/
H A Dctrl_iface_common.c85 char host[NI_MAXHOST] = { 0 };
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h255 #undef NI_MAXHOST macro
256 #define NI_MAXHOST 1025 macro
/freebsd-11-stable/usr.bin/netstat/
H A Droute.c545 static char line[NI_MAXHOST];
707 static char line[NI_MAXHOST + sizeof("/xxx") - 1];
709 char nline[NI_MAXHOST];

Completed in 157 milliseconds

1234