Symbol: NI_MAXHOST
crypto/libressl/apps/nc/netcat.c
1003
ipaddr, NI_MAXHOST, NULL, 0, NI_NUMERICHOST);
crypto/libressl/apps/nc/netcat.c
1020
(strncmp(host, ipaddr, NI_MAXHOST) == 0))
crypto/libressl/apps/nc/netcat.c
163
char ipaddr[NI_MAXHOST];
crypto/libressl/apps/nc/netcat.c
1803
char host[NI_MAXHOST], port[NI_MAXSERV];
crypto/libressl/crypto/bio/b_sock.c
201
char h[NI_MAXHOST], s[NI_MAXSERV];
crypto/openssh/auth-options.c
290
if (host == NULL || strlen(host) >= NI_MAXHOST) {
crypto/openssh/canohost.c
139
char *host, myname[NI_MAXHOST];
crypto/openssh/canohost.c
72
char ntop[NI_MAXHOST];
crypto/openssh/channels.c
1523
if (len > NI_MAXHOST) {
crypto/openssh/channels.c
1658
if (addrlen >= NI_MAXHOST) {
crypto/openssh/channels.c
3797
char ntop[NI_MAXHOST], strport[NI_MAXSERV];
crypto/openssh/channels.c
3811
if (strlen(host) >= NI_MAXHOST) {
crypto/openssh/channels.c
3971
if (strlen(fwd->connect_host) >= NI_MAXHOST) {
crypto/openssh/channels.c
4581
char ntop[NI_MAXHOST];
crypto/openssh/gss-serv.c
101
char lname[NI_MAXHOST];
crypto/openssh/packet.c
552
char name[NI_MAXHOST], ntop2[NI_MAXHOST];
crypto/openssh/readconf.c
3218
strlen(fwd->connect_host) >= NI_MAXHOST)
crypto/openssh/readconf.c
3228
strlen(fwd->listen_host) >= NI_MAXHOST)
crypto/openssh/readconf.c
597
char addr[NI_MAXHOST];
crypto/openssh/readconf.c
659
char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
crypto/openssh/servconf.c
3096
char addr[NI_MAXHOST], port[NI_MAXSERV];
crypto/openssh/session.c
2568
char hostname[NI_MAXHOST];
crypto/openssh/srclimit.c
134
char xas[NI_MAXHOST];
crypto/openssh/srclimit.c
265
char addr_s[NI_MAXHOST];
crypto/openssh/srclimit.c
317
char s[NI_MAXHOST + 4];
crypto/openssh/srclimit.c
352
char addrnetmask[NI_MAXHOST + 4];
crypto/openssh/srclimit.c
464
char s[NI_MAXHOST + 4];
crypto/openssh/ssh-keygen.c
169
static char hostname[NI_MAXHOST];
crypto/openssh/ssh.c
338
char addr[NI_MAXHOST], strport[NI_MAXSERV];
crypto/openssh/ssh.c
429
char *cp, *fullhost, newname[NI_MAXHOST];
crypto/openssh/ssh.c
674
char cname[NI_MAXHOST], thishost[NI_MAXHOST];
crypto/openssh/sshconnect.c
360
char ntop[NI_MAXHOST];
crypto/openssh/sshconnect.c
454
char ntop[NI_MAXHOST], strport[NI_MAXSERV];
crypto/openssh/sshconnect.c
625
char ntop[NI_MAXHOST];
crypto/openssh/sshd.c
744
char ntop[NI_MAXHOST], strport[NI_MAXSERV];
lib/libc/net/rcmd.c
685
char h1[NI_MAXHOST], h2[NI_MAXHOST];
lib/libc/net/rcmd.c
69
char paddr[NI_MAXHOST];
lib/libc/net/rcmdsh.c
72
static char hbuf[NI_MAXHOST];
lib/libc/resolv/res_send.c
1147
char hbuf[NI_MAXHOST];
lib/libc/resolv/res_send.c
311
char abuf[NI_MAXHOST];
lib/libc/rpc/rpc_soc.c
378
char hostname[NI_MAXHOST];
lib/libutil/realhostname.c
100
char buf[NI_MAXHOST];
libexec/ftpd/ftpd.c
1398
char remote_ip[NI_MAXHOST];
libexec/ftpd/ftpd.c
157
char remotehost[NI_MAXHOST];
libexec/ftpd/ftpd.c
1936
char hostbuf[NI_MAXHOST], portbuf[NI_MAXSERV];
libexec/ftpd/ftpd.c
2337
char hname[NI_MAXHOST];
libexec/ftpd/ftpd.c
2661
char who_name[NI_MAXHOST];
libexec/tftpd/tftpd.c
239
char hbuf[NI_MAXHOST];
libexec/tftpd/tftpd.c
431
char hbuf[NI_MAXHOST];
sbin/ifconfig/af_inet.c
169
char src[NI_MAXHOST];
sbin/ifconfig/af_inet.c
170
char dst[NI_MAXHOST];
sbin/ifconfig/af_inet.c
54
static char addr_buf[NI_MAXHOST]; /* for getnameinfo() */
sbin/ifconfig/af_inet6.c
458
char src[NI_MAXHOST];
sbin/ifconfig/af_inet6.c
459
char dst[NI_MAXHOST];
sbin/ifconfig/af_inet6.c
69
static char addr_buf[NI_MAXHOST]; /* for getnameinfo() */
sbin/ifconfig/ifwg.c
387
char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV];
sbin/mountd/mountd.c
1835
char host[NI_MAXHOST];
sbin/mountd/mountd.c
2106
char netname[NI_MAXHOST];
sbin/mountd/mountd.c
704
res->ai_addr->sa_len, NULL, NI_MAXHOST,
sbin/mountd/mountd.c
750
char host[NI_MAXHOST], numerichost[NI_MAXHOST];
sbin/ping6/ping6.c
2318
static char buf[NI_MAXHOST];
sbin/ping6/ping6.c
2447
char hbuf[NI_MAXHOST];
sys/net/pf/pf_osfp.c
122
char srcname[NI_MAXHOST];
usr.bin/finger/net.c
218
char buf[NI_MAXHOST];
usr.bin/rpcinfo/rpcinfo.c
585
char hostbuf[NI_MAXHOST];
usr.bin/rpcinfo/rpcinfo.c
589
if (getnameinfo(sa, sa->sa_len, hostbuf, NI_MAXHOST, NULL, 0, 0)) {
usr.sbin/gifconfig/gifconfig.c
657
char hostname[NI_MAXHOST];
usr.sbin/ifmcstat/ifmcstat.c
86
static char buf[NI_MAXHOST];
usr.sbin/inetd/inetd.c
2119
char pname[NI_MAXHOST], pname2[NI_MAXHOST];
usr.sbin/inetd/inetd.c
2189
char pname[NI_MAXHOST];
usr.sbin/ip6addrctl/ip6addrctl.c
150
char addrbuf[NI_MAXHOST];
usr.sbin/lpr/common_source/ctlinfo.c
83
#define CTI_LINEMAX PATH_MAX+NI_MAXHOST+5
usr.sbin/lpr/common_source/net.c
184
char h1[NI_MAXHOST], h2[NI_MAXHOST];
usr.sbin/lpr/lpd/lpd.c
645
char hostbuf[NI_MAXHOST], ip[NI_MAXHOST];
usr.sbin/ndp/ndp.c
1129
char namebuf[NI_MAXHOST];
usr.sbin/ndp/ndp.c
124
char host_buf[NI_MAXHOST]; /* getnameinfo() */
usr.sbin/ndp/ndp.c
1250
char namebuf[NI_MAXHOST];
usr.sbin/pfctl/pf_print_state.c
139
char his_host[NI_MAXHOST];
usr.sbin/pfctl/pfctl_table.c
453
char hostname[NI_MAXHOST];
usr.sbin/rip6query/rip6query.c
188
static char buf[NI_MAXHOST];
usr.sbin/rip6query/rip6query.c
200
static char buf[NI_MAXHOST];
usr.sbin/rpc.lockd/lock_proc.c
156
char host[NI_MAXHOST];
usr.sbin/rpc.lockd/lock_proc.c
76
char hostname_buf[NI_MAXHOST];
usr.sbin/rpc.lockd/lockd.c
466
res->ai_addr->sa_len, NULL, NI_MAXHOST,
usr.sbin/rpcbind/security.c
168
char fromname[NI_MAXHOST];
usr.sbin/rtadvctl/rtadvctl.c
869
char hbuf[NI_MAXHOST];
usr.sbin/rtadvd/config.c
71
static char entbuf[10 + 3 + NI_MAXHOST + 1];
usr.sbin/rtadvd/config.c
72
static char oentbuf[10 + 3 + NI_MAXHOST + 1];
usr.sbin/rtadvd/rtadvd.h
156
(NI_MAXHOST + (NI_MAXHOST / 64 + 1) + 1)
usr.sbin/syslogd/syslogd.c
1417
static char hname[NI_MAXHOST], ip[NI_MAXHOST];
usr.sbin/syslogd/syslogd.c
2198
char ip[NI_MAXHOST];
usr.sbin/syslogd/syslogd.c
2355
char *cp, name[NI_MAXHOST], ip[NI_MAXHOST], port[NI_MAXSERV];
usr.sbin/tcpdrop/tcpdrop.c
47
char hs_host[NI_MAXHOST];
usr.sbin/traceroute6/traceroute6.c
1075
char sbuf[NI_MAXHOST+1], dbuf[INET6_ADDRSTRLEN];
usr.sbin/traceroute6/traceroute6.c
1155
char hbuf[NI_MAXHOST];
usr.sbin/traceroute6/traceroute6.c
1188
static char line[NI_MAXHOST], domain[MAXHOSTNAMELEN + 1];
usr.sbin/traceroute6/traceroute6.c
336
char hbuf[NI_MAXHOST], src0[NI_MAXHOST], *ep;
usr.sbin/traceroute6/traceroute6.c
976
char hbuf[NI_MAXHOST];