Searched refs:s_port (Results 1 – 1 of 1) sorted by relevance
332 static int s_port = -1; variable6359 } else if (s_port > 0) {6360 fd = socket_network_client("localhost", s_port, SOCK_STREAM);6438 s_port = atoi(optarg);6439 if (s_port == 0) {6443 RLOGI("Opening loopback port %d\n", s_port);6472 if (s_port < 0 && s_device_path == NULL && !isInEmulator() &&6503 s_port = atoi(optarg);6504 if (s_port == 0) {6507 RLOGI("Opening loopback port %d\n", s_port);[all …]