Home
last modified time | relevance | path

Searched refs:host_name (Results 1 – 14 of 14) sorted by relevance

/external/netperf/
Dnetperf.c131 printf("remotehost is %s and port %s\n",host_name,test_port); in main()
137 establish_control(host_name,test_port,address_family, in main()
142 send_tcp_stream(host_name); in main()
145 send_tcp_maerts(host_name); in main()
149 send_exs_tcp_stream(host_name); in main()
154 sendfile_tcp_stream(host_name); in main()
158 send_tcp_rr(host_name); in main()
161 send_tcp_conn_rr(host_name); in main()
164 send_tcp_cc(host_name); in main()
168 send_tcp_tran_rr(host_name); in main()
[all …]
Dnetsh.c122 char host_name[HOSTNAMESIZE]; /* remote host name or ip addr */ variable
391 strcpy(host_name,""); /* remote host name or ip addr */ in set_defaults()
721 strncpy(host_name,arg1,sizeof(host_name)); in scan_cmd_line()
789 if ('\0' == host_name[0]) { in scan_cmd_line()
793 strcpy(host_name,"localhost"); in scan_cmd_line()
801 strcpy(host_name,"localhost"); in scan_cmd_line()
805 strcpy(host_name,"::1"); in scan_cmd_line()
816 strcpy(host_name,"::1"); in scan_cmd_line()
1000 printf("Host name: %s\n",host_name); in dump_globals()
Dnetsh.h40 extern char host_name[HOSTNAMESIZE];/* remote host name or ip addr */
Dnetserver.c548 host_name, in set_up_server()
/external/toybox/toys/pending/
Dbootchartd.c209 char host_name[32]; in stop_logging() local
218 gethostname(host_name, sizeof(host_name)); in stop_logging()
224 fprintf(hdr_fp, "title = Boot chart for %s (%s)\n", host_name, toybuf); in stop_logging()
Darp.c259 char *host_name = "?"; in arp_main() local
273 if (!ip_to_host(&sa, NI_NAMEREQD)) host_name = toybuf; in arp_main()
277 printf("%s (%s) at" , host_name, ip); in arp_main()
/external/dhcpcd/
Ddhcpcd.conf12 option domain_name_servers, domain_name, domain_search, host_name
/external/boringssl/src/ssl/test/
Dtest_config.h48 std::string host_name; member
Dbssl_shim.cc154 CBS extension, server_name_list, host_name; in SelectCertificateCallback() local
169 !CBS_get_u16_length_prefixed(&server_name_list, &host_name) || in SelectCertificateCallback()
175 if (!CBS_mem_equal(&host_name, in SelectCertificateCallback()
610 if (!config->host_name.empty() && in DoExchange()
611 !SSL_set_tlsext_host_name(ssl.get(), config->host_name.c_str())) { in DoExchange()
Dtest_config.cc95 { "-host-name", &TestConfig::host_name },
/external/dnsmasq/src/
Dcache.c1035 void cache_add_dhcp_entry(char *host_name, in cache_add_dhcp_entry() argument
1043 while ((crec = cache_find_by_name(crec, host_name, 0, F_IPV4 | F_CNAME))) in cache_add_dhcp_entry()
1054 host_name, inet_ntoa(*host_address), in cache_add_dhcp_entry()
1064 cache_scan_free(host_name, NULL, 0, crec->flags & (F_IPV4 | F_CNAME | F_FORWARD)); in cache_add_dhcp_entry()
1095 crec->name.namep = host_name; in cache_add_dhcp_entry()
1100 if (hostname_isequal(host_name, a->target)) in cache_add_dhcp_entry()
Ddnsmasq.h706 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd);
/external/boringssl/src/ssl/
Dt1_lib.c1454 CBS host_name; in ssl_scan_clienthello_tlsext() local
1476 if (!CBS_get_u16_length_prefixed(&server_name_list, &host_name) || in ssl_scan_clienthello_tlsext()
1477 CBS_len(&host_name) < 1) { in ssl_scan_clienthello_tlsext()
1482 if (CBS_len(&host_name) > TLSEXT_MAXLEN_host_name || in ssl_scan_clienthello_tlsext()
1483 CBS_contains_zero_byte(&host_name)) { in ssl_scan_clienthello_tlsext()
1497 if (!CBS_strdup(&host_name, &s->session->tlsext_hostname)) { in ssl_scan_clienthello_tlsext()
/external/selinux/sepolgen/tests/test_data/
Dhttpd.log3274 …msg } for msgtype=method_call interface=com.redhat.dhcp.dbus.get member=host_name dest=com.redhat.…