Searched refs:s_port (Results 1 – 1 of 1) sorted by relevance
206 static int s_port = -1; variable3299 if (s_port > 0) {3300 fd = socket_loopback_client(s_port, SOCK_STREAM);3383 s_port = atoi(optarg);3384 if (s_port == 0) {3388 RLOGI("Opening loopback port %d\n", s_port);3412 if (s_port < 0 && s_device_path == NULL) {3438 s_port = atoi(optarg);3439 if (s_port == 0) {3442 RLOGI("Opening loopback port %d\n", s_port);[all …]