/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
nfs4_mount.h | 44 struct nfs_string hostname; member in struct:nfs4_mount_data
|
/system/netd/server/ |
MDnsSdListener.h | 41 DNSServiceErrorType errorCode, const char *hostname, void *inContext); 44 uint32_t interface, DNSServiceErrorType errorCode, const char *hostname, 125 void setHostname(SocketClient *cli, int requestId, const char *hostname); 128 uint32_t protocol, const char *hostname);
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
TcpStream.cpp | 86 int TcpStream::connect(const char* hostname, unsigned short port) 88 m_sock = socket_network_client(hostname, port, SOCK_STREAM);
|
/external/autotest/server/cros/ |
dnsname_mangler.py | 25 def is_ip_address(hostname): 26 """Infers whether |hostname| could be an IP address. 28 @param hostname: string DNS name or IP address. 29 @return True iff hostname is a valid IP address. 33 socket.inet_aton(hostname) 44 """Build a usable hostname for a test companion device from the client name. 49 @param suffix: string suffix to append to the client hostname. 51 given, it overrides the generated client based hostname. 53 if the client hostname is found to be an IP address rather than a 74 """Build a hostname for a WiFi router from the client hostname [all...] |
/external/autotest/server/cros/dynamic_suite/ |
reporting_utils.py | 218 'SERVER', 'hostname', default='localhost') 224 def _base_results_log(job_id, result_owner, hostname): 229 @param hostname: A string, representing the host on which 235 if job_id and result_owner and hostname: 237 hostname) 242 def link_result_logs(job_id, result_owner, hostname): 247 @param hostname: A string, representing the host on which the 253 base_results = _base_results_log(job_id, result_owner, hostname) 258 (job_id, result_owner, hostname)) 261 def link_status_log(job_id, result_owner, hostname) [all...] |
/external/autotest/server/site_tests/desktopui_CrashyRebootServer/ |
desktopui_CrashyRebootServer.py | 44 host.job.add_client_log(host.hostname, 55 host.job.remove_client_log(host.hostname,
|
/external/autotest/site_utils/ |
server_manager_utils.py | 47 hostname=exclude_server.hostname) 52 (role, exclude_server.hostname, role)) 56 def get_servers(hostname=None, role=None, status=None): 59 @param hostname: hostname of the server. 66 if hostname: 67 filters['hostname'] = hostname 80 Hostname : server [all...] |
/external/curl/lib/ |
curl_addrinfo.h | 78 Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port); 94 curl_dogetaddrinfo(const char *hostname,
|
socks.c | 110 const char *hostname, 132 infof(data, "SOCKS4 communication to %s:%d\n", hostname, remote_port); 156 rc = Curl_resolv(conn, hostname, remote_port, &dns); 194 hostname); 229 /* If still enough room in buffer, also append hostname */ 230 hostnamelen = (ssize_t)strlen(hostname) + 1; /* length including NUL */ 232 strcpy((char*)socksreq + packetsize, hostname); 234 hostnamelen = 0; /* Flag: hostname did not fit in buffer */ 246 /* SOCKS4a with very long hostname - send that name separately */ 247 hostnamelen = (ssize_t)strlen(hostname) + 1 [all...] |
/external/webrtc/webrtc/base/ |
sslsocketfactory.h | 41 void UseSSL(const char* hostname) { hostname_ = hostname; }
|
/system/connectivity/shill/ |
shill_ares.cc | 38 const char* hostname, 42 ares_gethostbyname(channel, hostname, family, callback, arg);
|
/external/autotest/server/hosts/ |
cros_host.py | 282 def _initialize(self, hostname, chameleon_args=None, servo_args=None, plankton_args=None, 292 @param hostname: Hostname of the dut. 305 super(CrosHost, self)._initialize(hostname=hostname, 318 dut=self.hostname, servo_args=servo_args, 322 dut=self.hostname, chameleon_args=chameleon_args) 391 hosts = self._AFE.get_hosts(hostname=self.hostname) 418 hostname=self.hostname [all...] |
/external/autotest/site_utils/deployment/ |
install.py | 170 def _create_host(hostname, board): 173 @param hostname Hostname of the target DUT. 176 host = hosts.create_host(hostname, try_lab_servo=True) 339 def _install_test_image(hostname, arguments): 345 @param hostname Host name of the DUT to install on. 349 host = _create_host(hostname, arguments.board) 366 def _install_and_record(afe, hostname, arguments): 378 @param hostname Host name of the DUT. 381 hostlist = afe.get_hosts([hostname]) [all...] |