/external/netperf/ |
netperf.c | 131 printf("remotehost is %s and port %s\n",host_name,test_port); 137 establish_control(host_name,test_port,address_family, 142 send_tcp_stream(host_name); 145 send_tcp_maerts(host_name); 149 send_exs_tcp_stream(host_name); 154 sendfile_tcp_stream(host_name); 158 send_tcp_rr(host_name); 161 send_tcp_conn_rr(host_name); 164 send_tcp_cc(host_name); 168 send_tcp_tran_rr(host_name); [all...] |
netsh.c | 122 char host_name[HOSTNAMESIZE]; /* remote host name or ip addr */ variable 393 strcpy(host_name,""); /* remote host name or ip addr */ 725 strncpy(host_name,arg1,sizeof(host_name)); 793 if ('\0' == host_name[0]) { 794 /* host_name was not set */ 797 strcpy(host_name,"localhost"); 805 strcpy(host_name,"localhost"); 809 strcpy(host_name,"::1"); 820 strcpy(host_name,"::1") [all...] |
netsh.h | 12 #define HOST_NAME "127.0.0.1" 40 extern char host_name[HOSTNAMESIZE];/* remote host name or ip addr */
|
/external/dhcpcd/ |
dhcpcd.conf | 12 option domain_name_servers, domain_name, domain_search, host_name
|
/external/chromium_org/content/renderer/p2p/ |
host_address_request.h | 36 void Request(const std::string& host_name, 55 void DoSendRequest(const std::string& host_name,
|
host_address_request.cc | 28 void P2PHostAddressRequest::Request(const std::string& host_name, 35 &P2PHostAddressRequest::DoSendRequest, this, host_name, done_callback)); 48 void P2PHostAddressRequest::DoSendRequest(const std::string& host_name, 56 new P2PHostMsg_GetHostAddress(host_name, request_id_));
|
/external/chromium_org/remoting/host/setup/ |
service_client.h | 43 const std::string& host_name,
|
service_client.cc | 32 const std::string& host_name, 71 const std::string& host_name, 80 post_body.SetString("data.hostName", host_name); 180 const std::string& host_name, 185 return core_->RegisterHost(host_id, host_name, public_key, host_client_id,
|
start_host.cc | 92 std::string host_name = command_line->GetSwitchValueASCII("name"); local 97 if (host_name.empty()) { 163 host_starter->StartHost(host_name, host_pin, true, auth_code, redirect_url,
|
host_starter.h | 43 void StartHost(const std::string& host_name,
|
host_starter.cc | 53 const std::string& host_name, 62 host_name_ = host_name; 167 config->SetString("host_name", host_name_);
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
socket_dispatcher_host.cc | 36 void Resolve(const std::string& host_name, 40 host_name_ = host_name; 175 void P2PSocketDispatcherHost::OnGetHostAddress(const std::string& host_name, 180 request->Resolve(host_name, base::Bind(
|
socket_dispatcher_host.h | 62 void OnGetHostAddress(const std::string& host_name,
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database_unittest.cc | 59 const std::string& host_name, 62 Sha256Prefix(host_name), 69 const std::string& host_name, 74 host.host = Sha256Prefix(host_name); 84 const std::string& host_name, 90 host.host = Sha256Prefix(host_name); 101 const std::string& host_name, 107 host.host = Sha256Prefix(host_name); 138 const std::string& host_name, 142 Sha256Prefix(host_name), [all...] |
/external/chromium_org/chrome/test/remoting/ |
remote_desktop_browsertest.h | 132 void ConnectToRemoteHost(const std::string& host_name, bool remember_pin);
|
remote_desktop_browsertest.cc | 480 const std::string& host_name, bool remember_pin) { 482 "remoting.hostList.getHostIdForName('" + host_name + "')");
|
/external/qemu/ |
sockets.h | 148 char* host_name( void );
|
sockets.c | 812 char host_name[512]; local 817 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port); 819 memcpy(host_name, host_and_port, to_copy); 820 host_name[to_copy] = '\0'; 821 actual_host_name = host_name; 1557 host_name( void ) function [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 156 char* host_name( void );
|
sockets.c | 816 char host_name[512]; local 821 int to_copy = MIN((int)sizeof(host_name)-1, port_name - host_and_port); 823 memcpy(host_name, host_and_port, to_copy); 824 host_name[to_copy] = '\0'; 825 actual_host_name = host_name; 1543 host_name( void ) function [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_database_unittest.cc | 73 const std::string& host_name, 76 Sha256Prefix(host_name), 83 const std::string& host_name, 88 host.host = Sha256Prefix(host_name); 117 const std::string& host_name, 123 host.host = Sha256Prefix(host_name); 134 const std::string& host_name, 140 host.host = Sha256Prefix(host_name); 171 const std::string& host_name, 175 Sha256Prefix(host_name), [all...] |
/external/dnsmasq/src/ |
cache.c | 1035 void cache_add_dhcp_entry(char *host_name, 1043 while ((crec = cache_find_by_name(crec, host_name, 0, F_IPV4 | F_CNAME))) 1054 host_name, inet_ntoa(*host_address), 1064 cache_scan_free(host_name, NULL, 0, crec->flags & (F_IPV4 | F_CNAME | F_FORWARD)); 1095 crec->name.namep = host_name; 1100 if (hostname_isequal(host_name, a->target)) [all...] |
/external/chromium_org/net/tools/gdig/ |
gdig.cc | 91 std::string host_name = key.first; local 93 output.append(" ").append(host_name).append("\n");
|
/external/smack/src/org/xbill/DNS/ |
ResolverConfig.java | 296 String host_name = res.getString("host_name"); local 321 if (line.indexOf(host_name) != -1) {
|
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 161 self.host_name = socket.gethostname() 168 self.host_name = config["host_name"] 177 config["host_name"] = self.host_name [all...] |