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

12345

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dsock_principal.c47 char hostname[NI_MAXHOST];
/freebsd-current/contrib/ldns/compat/
H A Dfake-rfc2553.h119 #ifndef NI_MAXHOST
120 # define NI_MAXHOST 1025 macro
121 #endif /* !NI_MAXHOST */
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h117 #ifndef NI_MAXHOST
118 # define NI_MAXHOST 1025 macro
119 #endif /* !NI_MAXHOST */
/freebsd-current/contrib/unbound/compat/
H A Dfake-rfc2553.h114 #ifndef NI_MAXHOST
115 # define NI_MAXHOST 1025 macro
116 #endif /* !NI_MAXHOST */
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h223 #ifndef NI_MAXHOST
224 #define NI_MAXHOST 1025 macro
/freebsd-current/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-current/contrib/tcpdump/
H A Dnetdissect-stdinc.h344 #ifndef NI_MAXHOST
345 #define NI_MAXHOST 1025 macro
/freebsd-current/sys/kgssapi/
H A Dgss_ip_to_dns.c75 res.dns_name.dns_name_len >= NI_MAXHOST) {
H A Dgssd.x225 char dns_name<NI_MAXHOST>;
229 char ip_addr<NI_MAXHOST>;
H A Dgssapi.h376 * NI_MAXSERV and NI_MAXHOST. The srv_principal argument for
378 * NI_MAXSERV + NI_MAXHOST + 1 bytes of storage. The "+ 1" is for the '@'.
379 * The NI_MAXHOST limit is checked for gss_ip_to_dns().
382 #ifndef NI_MAXHOST
384 #define NI_MAXHOST 1025 macro
/freebsd-current/crypto/openssh/
H A Dcanohost.c72 char ntop[NI_MAXHOST];
139 char *host, myname[NI_MAXHOST];
H A Dsrclimit.c71 char xas[NI_MAXHOST];
/freebsd-current/usr.sbin/rip6query/
H A Drip6query.c181 static char buf[NI_MAXHOST];
193 static char buf[NI_MAXHOST];
/freebsd-current/usr.sbin/rtadvd/
H A Drtadvd.h167 (NI_MAXHOST + (NI_MAXHOST / 64 + 1) + 1)
/freebsd-current/lib/libipsec/
H A Dipsec_dump_policy.c177 char abuf[NI_MAXHOST * 2 + 2];
273 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
/freebsd-current/lib/libc/net/
H A Drcmdsh.c68 static char hbuf[NI_MAXHOST];
/freebsd-current/crypto/heimdal/lib/roken/
H A Droken-common.h242 #ifndef NI_MAXHOST
243 #define NI_MAXHOST 1025 macro
/freebsd-current/usr.sbin/lpr/common_source/
H A Dnet.c186 char h1[NI_MAXHOST], h2[NI_MAXHOST];
/freebsd-current/share/examples/libifconfig/
H A Dstatus.c76 char addr_buf[NI_MAXHOST];
106 char addr_buf[NI_MAXHOST];
189 char addr_buf[NI_MAXHOST];
/freebsd-current/contrib/wpa/src/common/
H A Dctrl_iface_common.c85 char host[NI_MAXHOST] = { 0 };
/freebsd-current/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c47 char host[NI_MAXHOST];
/freebsd-current/usr.bin/finger/
H A Dnet.c214 char buf[NI_MAXHOST];
/freebsd-current/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c654 char groupname[NI_MAXHOST];
659 char sourcename[NI_MAXHOST];
670 NI_MAXHOST, NULL, 0, NI_NUMERICHOST);
677 NI_MAXHOST, NULL, 0, NI_NUMERICHOST);
/freebsd-current/include/
H A Dnetdb.h209 #define NI_MAXHOST 1025 macro
/freebsd-current/lib/libutil/
H A Drealhostname.c101 char buf[NI_MAXHOST];

Completed in 319 milliseconds

12345