Home
last modified time | relevance | path

Searched refs:hostport (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libpcap/
Dsockutils.c527 char hostport[PCAP_ERRBUF_SIZE]; in get_gai_errstring() local
530 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, "%s:%s", in get_gai_errstring()
533 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, "%s", in get_gai_errstring()
536 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, ":%s", in get_gai_errstring()
539 pcap_snprintf(hostport, PCAP_ERRBUF_SIZE, "<no host or port!>"); in get_gai_errstring()
546 prefix, hostport); in get_gai_errstring()
553 prefix, hostport); in get_gai_errstring()
559 prefix, hostport); in get_gai_errstring()
565 prefix, hostport); in get_gai_errstring()
571 prefix, hostport); in get_gai_errstring()
[all …]
/freebsd-12-stable/contrib/ntp/sntp/libevent/sample/
Dhttp-connect.c91 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-12-stable/contrib/libevent/sample/
Dhttp-connect.c91 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-12-stable/crypto/openssh/
Dssh-keyscan.c310 char *hostport = NULL, *hashed = NULL; in keyprint_one() local
320 hostport = put_host_port(host, ssh_port); in keyprint_one()
321 lowercase(hostport); in keyprint_one()
322 if (hash_hosts && (hashed = host_hash(hostport, NULL, 0)) == NULL) in keyprint_one()
324 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
330 free(hostport); in keyprint_one()
/freebsd-12-stable/usr.bin/whois/
Dwhois.c448 whois(const char *query, const char *hostname, const char *hostport, int flags) in whois() argument
456 hostres = gethostinfo(hostname, hostport, 1); in whois()