Lines Matching full:s_port
199 static int s_port = -1;
3237 if (s_port > 0) {
3238 fd = socket_loopback_client(s_port, SOCK_STREAM);
3321 s_port = atoi(optarg);
3322 if (s_port == 0) {
3326 RLOGI("Opening loopback port %d\n", s_port);
3346 if (s_port < 0 && s_device_path == NULL) {
3372 s_port = atoi(optarg);
3373 if (s_port == 0) {
3376 RLOGI("Opening loopback port %d\n", s_port);
3395 if (s_port < 0 && s_device_path == NULL) {