Searched refs:s_port (Results 1 – 1 of 1) sorted by relevance
220 static int s_port = -1; variable3719 } else if (s_port > 0) {3720 fd = socket_network_client("localhost", s_port, SOCK_STREAM);3778 s_port = atoi(optarg);3779 if (s_port == 0) {3783 RLOGI("Opening loopback port %d\n", s_port);3807 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {3833 s_port = atoi(optarg);3834 if (s_port == 0) {3837 RLOGI("Opening loopback port %d\n", s_port);[all …]