Searched refs:hostport (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | sockutils.c | 909 char hostport[PCAP_ERRBUF_SIZE]; in get_gai_errstring() local 912 snprintf(hostport, PCAP_ERRBUF_SIZE, "host and port %s:%s", in get_gai_errstring() 915 snprintf(hostport, PCAP_ERRBUF_SIZE, "host %s", in get_gai_errstring() 918 snprintf(hostport, PCAP_ERRBUF_SIZE, "port %s", in get_gai_errstring() 921 snprintf(hostport, PCAP_ERRBUF_SIZE, "<no host or port!>"); in get_gai_errstring() 928 prefix, hostport); in get_gai_errstring() 935 prefix, hostport); in get_gai_errstring() 941 prefix, hostport); in get_gai_errstring() 947 prefix, hostport); in get_gai_errstring() 953 prefix, hostport); in get_gai_errstring() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | http-connect.c | 91 char hostport[URL_MAX]; in main() local 117 uri_hostport(location, hostport); in main() 120 evhttp_add_header(req->output_headers, "Host", hostport); in main() 121 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, hostport); in main()
|
/freebsd/contrib/libevent/sample/ |
H A D | http-connect.c | 91 char hostport[URL_MAX]; in main() local 117 uri_hostport(location, hostport); in main() 120 evhttp_add_header(req->output_headers, "Host", hostport); in main() 121 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, hostport); in main()
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | sconnect.c | 30 const char *hostport = HOSTPORT; in main() local 42 hostport = argv[1]; in main() 68 BIO_set_conn_hostname(out, hostport); in main()
|
/freebsd/crypto/openssh/ |
H A D | ssh-keyscan.c | 318 char *hostport = NULL, *hashed = NULL; in keyprint_one() local 329 hostport = put_host_port(host, ssh_port); in keyprint_one() 330 lowercase(hostport); in keyprint_one() 331 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one() 333 known_host = hash_hosts ? hashed : hostport; in keyprint_one() 339 free(hostport); in keyprint_one()
|
/freebsd/usr.bin/whois/ |
H A D | whois.c | 433 whois(const char *query, const char *hostname, const char *hostport, int flags) in whois() argument 441 hostres = gethostinfo(hostname, hostport, 1); in whois()
|