Home
last modified time | relevance | path

Searched refs:hoststr (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/irs/
H A Dgetnameinfo.c307 char hoststr[1024]; /* is this enough? */ local
387 isc_buffer_init(&b, hoststr,
388 sizeof(hoststr));
411 p = strchr(hoststr, '.');
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-rpcap.c2879 char hoststr[RPCAP_HOSTLIST_SIZE + 1]; in pcap_remoteact_list() local
2891 if (sock_getascii_addrport((struct sockaddr_storage *) &temp->host, hoststr, in pcap_remoteact_list()
2900 len = len + strlen(hoststr) + 1 /* the separator */; in pcap_remoteact_list()
2909 pcap_strlcat(hostlist, hoststr, PCAP_ERRBUF_SIZE); in pcap_remoteact_list()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dmisc.c632 char *hoststr; in put_host_port() local
636 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) == -1) in put_host_port()
638 debug3("put_host_port: %s", hoststr); in put_host_port()
639 return hoststr; in put_host_port()