| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | sasl.c | 235 # ifndef NI_MAXHOST 236 # define NI_MAXHOST 1025 macro 249 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
|
| /freebsd-11-stable/sbin/ifconfig/ |
| HD | af_inet.c | 57 static char addr_buf[NI_MAXHOST]; /*for getnameinfo()*/ 179 char src[NI_MAXHOST]; in in_status_tunnel() 180 char dst[NI_MAXHOST]; in in_status_tunnel()
|
| HD | af_inet6.c | 74 static char addr_buf[NI_MAXHOST]; /*for getnameinfo()*/ 434 char src[NI_MAXHOST]; in in6_status_tunnel() 435 char dst[NI_MAXHOST]; in in6_status_tunnel()
|
| /freebsd-11-stable/lib/libipsec/ |
| HD | ipsec_dump_policy.c | 183 char abuf[NI_MAXHOST * 2 + 2]; 283 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST];
|
| /freebsd-11-stable/contrib/unbound/compat/ |
| HD | fake-rfc2553.h | 114 #ifndef NI_MAXHOST 115 # define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/contrib/ldns/compat/ |
| HD | fake-rfc2553.h | 119 #ifndef NI_MAXHOST 120 # define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | ntp_rfc2553.h | 223 #ifndef NI_MAXHOST 224 #define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/contrib/ntp/lib/isc/win32/ |
| HD | netdb.h | 129 #undef NI_MAXHOST 132 #define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | fake-rfc2553.h | 117 #ifndef NI_MAXHOST 118 # define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/usr.sbin/rip6query/ |
| HD | rip6query.c | 182 static char buf[NI_MAXHOST]; in sa_n2a() 194 static char buf[NI_MAXHOST]; in inet6_n2a()
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | canohost.c | 72 char ntop[NI_MAXHOST]; in get_socket_address() 136 char *host, myname[NI_MAXHOST]; in get_local_name()
|
| HD | ssh.c | 282 char addr[NI_MAXHOST], strport[NI_MAXSERV]; in resolve_addr() 375 char *cp, *fullhost, newname[NI_MAXHOST]; in resolve_canonicalize() 517 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main() 518 char cname[NI_MAXHOST], uidstr[32], *conn_hash_hex; in main() 2053 char *filename, *cp, thishost[NI_MAXHOST]; in load_public_identity_files()
|
| /freebsd-11-stable/usr.sbin/rtadvd/ |
| HD | rtadvd.h | 156 (NI_MAXHOST + (NI_MAXHOST / 64 + 1) + 1)
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | netdissect-stdinc.h | 335 #ifndef NI_MAXHOST 336 #define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/tools/regression/netinet/ipmulticast/ |
| HD | ipmulticast.c | 657 char groupname[NI_MAXHOST]; in recv_loop_with_match() 662 char sourcename[NI_MAXHOST]; in recv_loop_with_match() 673 NI_MAXHOST, NULL, 0, NI_NUMERICHOST); in recv_loop_with_match() 680 NI_MAXHOST, NULL, 0, NI_NUMERICHOST); in recv_loop_with_match()
|
| /freebsd-11-stable/usr.sbin/lpr/common_source/ |
| HD | net.c | 188 char h1[NI_MAXHOST], h2[NI_MAXHOST]; in checkremote()
|
| HD | ctlinfo.c | 101 #define CTI_LINEMAX PATH_MAX+NI_MAXHOST+5 122 # ifndef NI_MAXHOST 123 # define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/contrib/tnftp/ |
| HD | tnftp.h | 255 #undef NI_MAXHOST 256 #define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/crypto/heimdal/lib/krb5/ |
| HD | sock_principal.c | 47 char hostname[NI_MAXHOST]; in krb5_sock_to_principal()
|
| /freebsd-11-stable/crypto/heimdal/lib/roken/ |
| HD | roken-common.h | 242 #ifndef NI_MAXHOST 243 #define NI_MAXHOST 1025 macro
|
| /freebsd-11-stable/usr.sbin/traceroute6/ |
| HD | traceroute6.c | 360 char hbuf[NI_MAXHOST], src0[NI_MAXHOST], *ep; in main() 1285 char hbuf[NI_MAXHOST]; in packet_ok() 1428 char sbuf[NI_MAXHOST+1], dbuf[INET6_ADDRSTRLEN]; in packet_ok() 1509 char hbuf[NI_MAXHOST]; in print() 1544 static char line[NI_MAXHOST], domain[MAXHOSTNAMELEN + 1]; in inetname()
|
| /freebsd-11-stable/lib/libc/net/ |
| HD | rcmdsh.c | 69 static char hbuf[NI_MAXHOST]; in rcmdsh()
|
| HD | rcmd.c | 73 char paddr[NI_MAXHOST]; 690 char h1[NI_MAXHOST], h2[NI_MAXHOST]; in __icheckhost()
|
| /freebsd-11-stable/usr.bin/netstat/ |
| HD | route.c | 545 static char line[NI_MAXHOST]; in routename() 707 static char line[NI_MAXHOST + sizeof("/xxx") - 1]; in netname6() 709 char nline[NI_MAXHOST]; in netname6()
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
| HD | h_gai.c | 47 char host[NI_MAXHOST];
|