/freebsd/contrib/sendmail/src/ |
H A D | sasl.c | 235 # ifndef NI_MAXHOST 236 # define NI_MAXHOST 1025 macro 249 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
|
/freebsd/lib/libipsec/ |
H A D | ipsec_dump_policy.c | 177 char abuf[NI_MAXHOST * 2 + 2]; in ipsec_dump_ipsecrequest() 273 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; in set_addresses()
|
/freebsd/contrib/unbound/compat/ |
H A D | fake-rfc2553.h | 114 #ifndef NI_MAXHOST 115 # define NI_MAXHOST 1025 macro
|
/freebsd/contrib/ldns/compat/ |
H A D | fake-rfc2553.h | 119 #ifndef NI_MAXHOST 120 # define NI_MAXHOST 1025 macro
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_rfc2553.h | 223 #ifndef NI_MAXHOST 224 #define NI_MAXHOST 1025 macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | fake-rfc2553.h | 117 #ifndef NI_MAXHOST 118 # define NI_MAXHOST 1025 macro
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect-stdinc.h | 344 #ifndef NI_MAXHOST 345 #define NI_MAXHOST 1025 macro
|
/freebsd/crypto/openssh/ |
H A D | canohost.c | 72 char ntop[NI_MAXHOST]; in get_socket_address() 139 char *host, myname[NI_MAXHOST]; in get_local_name()
|
/freebsd/usr.sbin/rip6query/ |
H A D | rip6query.c | 181 static char buf[NI_MAXHOST]; in sa_n2a() 193 static char buf[NI_MAXHOST]; in inet6_n2a()
|
/freebsd/usr.sbin/rtadvd/ |
H A D | rtadvd.h | 167 (NI_MAXHOST + (NI_MAXHOST / 64 + 1) + 1)
|
/freebsd/sys/kgssapi/ |
H A D | gssd.x | 225 char dns_name<NI_MAXHOST>; 229 char ip_addr<NI_MAXHOST>;
|
H A D | gssapi.h | 382 #ifndef NI_MAXHOST 384 #define NI_MAXHOST 1025 macro
|
H A D | gss_ip_to_dns.c | 75 res.dns_name.dns_name_len >= NI_MAXHOST) { in gss_ip_to_dns()
|
/freebsd/tools/regression/netinet/ipmulticast/ |
H A D | ipmulticast.c | 654 char groupname[NI_MAXHOST]; in recv_loop_with_match() 659 char sourcename[NI_MAXHOST]; in recv_loop_with_match() 670 NI_MAXHOST, NULL, 0, NI_NUMERICHOST); in recv_loop_with_match() 677 NI_MAXHOST, NULL, 0, NI_NUMERICHOST); in recv_loop_with_match()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | net.c | 186 char h1[NI_MAXHOST], h2[NI_MAXHOST]; in checkremote()
|
H A D | ctlinfo.c | 99 #define CTI_LINEMAX PATH_MAX+NI_MAXHOST+5 120 # ifndef NI_MAXHOST 121 # define NI_MAXHOST 1025 macro
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | sock_principal.c | 47 char hostname[NI_MAXHOST]; in krb5_sock_to_principal()
|
/freebsd/share/examples/libifconfig/ |
H A D | status.c | 76 char addr_buf[NI_MAXHOST]; in print_inet4_addr() 106 char addr_buf[NI_MAXHOST]; in print_inet6_addr() 189 char addr_buf[NI_MAXHOST]; in print_link_addr()
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 255 #undef NI_MAXHOST 256 #define NI_MAXHOST 1025 macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken-common.h | 242 #ifndef NI_MAXHOST 243 #define NI_MAXHOST 1025 macro
|
/freebsd/usr.sbin/gssd/ |
H A D | gssd.c | 643 retcp = mem_alloc(NI_MAXHOST); in gssd_conv_ip_to_dns() 651 sizeof(sin), retcp, NI_MAXHOST, in gssd_conv_ip_to_dns() 653 mem_free(retcp, NI_MAXHOST); in gssd_conv_ip_to_dns() 661 sizeof(sin6), retcp, NI_MAXHOST, in gssd_conv_ip_to_dns() 663 mem_free(retcp, NI_MAXHOST); in gssd_conv_ip_to_dns() 667 mem_free(retcp, NI_MAXHOST); in gssd_conv_ip_to_dns()
|
/freebsd/usr.sbin/pnfsdsfile/ |
H A D | pnfsdsfile.c | 71 char hostn[2 * NI_MAXHOST + 2], *cp; in main() 94 strlcpy(hostn, optarg, 2 * NI_MAXHOST + 2); in main()
|
/freebsd/contrib/lib9p/transport/ |
H A D | socket.c | 152 char host[NI_MAXHOST + 1]; in l9p_socket_accept() 156 err = getnameinfo(client_addr, client_addr_len, host, NI_MAXHOST, serv, in l9p_socket_accept()
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 351 char hbuf[NI_MAXHOST], src0[NI_MAXHOST], *ep; in main() 1329 char hbuf[NI_MAXHOST]; in packet_ok() 1472 char sbuf[NI_MAXHOST + 1], dbuf[INET6_ADDRSTRLEN]; in packet_ok() 1576 char hbuf[NI_MAXHOST]; in print() 1609 static char line[NI_MAXHOST], domain[MAXHOSTNAMELEN + 1]; in inetname()
|
/freebsd/sbin/ifconfig/ |
H A D | af_inet.c | 73 static char addr_buf[NI_MAXHOST]; /*for getnameinfo()*/ 466 char src[NI_MAXHOST]; in in_status_tunnel() 467 char dst[NI_MAXHOST]; in in_status_tunnel()
|