HomeSort by relevance Sort by last modified time
    Searched defs:host_name (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/remoting/host/setup/
start_host.cc 92 std::string host_name = command_line->GetSwitchValueASCII("name"); local
97 if (host_name.empty()) {
165 host_starter->StartHost(host_name, host_pin, true, auth_code, redirect_url,
  /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/netperf/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 270 const char *host_name; /**< Host name the daemon is running on */ member in struct:pa_server_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 270 const char *host_name; /**< Host name the daemon is running on */ member in struct:pa_server_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
introspect.h 270 const char *host_name; /**< Host name the daemon is running on */ member in struct:pa_server_info
  /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/qemu/android/
main-common.c 1290 char* host_name = console_address; local
    [all...]
  /external/qemu/
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.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...]

Completed in 150 milliseconds