Searched refs:hoststr (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c2879 char hoststr[RPCAP_HOSTLIST_SIZE + 1]; local
2891 if (sock_getascii_addrport((struct sockaddr_storage *) &temp->host, hoststr,
2893 /* if (getnameinfo( (struct sockaddr *) &temp->host, sizeof (struct sockaddr_storage), hoststr, */
2900 len = len + strlen(hoststr) + 1 /* the separator */;
2909 pcap_strlcat(hostlist, hoststr, PCAP_ERRBUF_SIZE);
/freebsd-11-stable/crypto/openssh/
H A Dmisc.c375 char *hoststr; local
379 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) < 0)
381 debug3("put_host_port: %s", hoststr);
382 return hoststr;
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c241 const char *cp, *numstr, *hoststr; local
249 hoststr = cp;
261 hoststr = cp;
264 *hostpp = hoststr;

Completed in 101 milliseconds