Searched refs:server (Results 1 – 10 of 10) sorted by relevance
/system/core/adb/ |
D | test_track_jdwp.c | 56 struct sockaddr_in server; in main() local 61 memset( &server, 0, sizeof(server) ); in main() 62 server.sin_family = AF_INET; in main() 63 server.sin_port = htons(5037); in main() 64 server.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in main() 67 ret = connect( s, (struct sockaddr*) &server, sizeof(server) ); in main()
|
D | test_track_devices.c | 56 struct sockaddr_in server; in main() local 61 memset( &server, 0, sizeof(server) ); in main() 62 server.sin_family = AF_INET; in main() 63 server.sin_port = htons(5037); in main() 64 server.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in main() 67 ret = connect( s, (struct sockaddr*) &server, sizeof(server) ); in main()
|
D | OVERVIEW.TXT | 16 1. The ADB server 26 The ADB server is really one giant multiplexing loop whose purpose is 34 or emulated system. Its purpose is to connect to the ADB server 38 The ADB server considers that a device is ONLINE when it has successfully 40 meaning that the ADB server detected a new device/emulator, but could not 49 or a script. It first tries to locate the ADB server on the host machine, 52 then, the client sends its service requests to the ADB server. It doesn't 55 Currently, a single 'adb' binary is used for both the server and client. 56 this makes distribution and starting the server easier. 71 it on the device. The ADB server is used to multiplex streams [all …]
|
D | SERVICES.TXT | 2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document 8 Ask the ADB server for its internal version number. 10 As a special exception, the server will respond with a 4-byte 15 Ask the ADB server to quit immediately. This is used when the 16 ADB client detects that an obsolete server is running after an 33 polling the server repeatedly. 36 This is a special query that is sent to the ADB server when a 42 This mechanism allows the ADB server to know when new emulator 69 prefix can be used to indicate that the client is asking the ADB server 100 Asks the ADB server to forward local connections from <local> [all …]
|
D | protocol.txt | 267 server: "OKAY" 270 server: "FAIL" <hex4> <reason>
|
/system/core/include/netutils/ |
D | dhcp.h | 31 char *server, 39 char *server,
|
/system/core/libnetutils/ |
D | dhcp_utils.c | 92 char *server, in fill_ip_info() argument 112 property_get(prop_name, server, NULL); in fill_ip_info() 117 strncpy(gateway, server, PROPERTY_VALUE_MAX); in fill_ip_info() 186 char *server, in dhcp_do_request() argument 241 server, lease, vendorInfo, domain) == -1) { in dhcp_do_request() 329 char *server, in dhcp_do_request_renew() argument 369 server, lease, vendorInfo, domain); in dhcp_do_request_renew()
|
D | dhcpclient.c | 117 uint32_t *dns1, uint32_t *dns2, uint32_t *server, in get_dhcp_info() argument 125 *server = last_good_info.serveraddr; in get_dhcp_info()
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 92 static void server(void); 199 server(); in main() 222 static void server(void) in server() function
|
/system/core/rootdir/ |
D | init.rc | 272 # level system server to be able to adjust the kernel OOM driver 474 service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
|