Searched refs:s_port (Results 1 – 1 of 1) sorted by relevance
207 static int s_port = -1; variable3437 } else if (s_port > 0) {3438 fd = socket_network_client("localhost", s_port, SOCK_STREAM);3496 s_port = atoi(optarg);3497 if (s_port == 0) {3501 RLOGI("Opening loopback port %d\n", s_port);3525 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {3551 s_port = atoi(optarg);3552 if (s_port == 0) {3555 RLOGI("Opening loopback port %d\n", s_port);[all …]