Searched refs:hostport (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/crypto/openssh/
H A Dssh-keyscan.c326 char *hostport; local
329 hostport = put_host_port(host, ssh_port);
330 lowercase(hostport);
333 known_host = hash_hosts ? hashed : hostport;
338 free(hostport);
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c527 char hostport[PCAP_ERRBUF_SIZE]; local
530 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, "%s:%s",
533 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, "%s",
536 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, ":%s",
539 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, "<no host or port!>");
546 prefix, hostport);
553 prefix, hostport);
559 prefix, hostport);
565 prefix, hostport);
571 prefix, hostport);
[all...]

Completed in 239 milliseconds