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

  /external/bluetooth/bluez/src/
hcid.h 27 char host_name[40]; member in struct:main_opts
  /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/qemu/android/
main-common.c 1070 char* host_name = console_address; local
1074 host_name = "localhost";
    [all...]
  /external/qemu/
sockets.c 811 char host_name[512]; local
816 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port);
818 memcpy(host_name, host_and_port, to_copy);
819 host_name[to_copy] = '\0';
820 actual_host_name = host_name;
1556 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 65 milliseconds