Searched refs:s_port (Results 1 – 1 of 1) sorted by relevance
219 static int s_port = -1; variable3668 if (s_port > 0) {3669 fd = socket_network_client("localhost", s_port, SOCK_STREAM);3727 s_port = atoi(optarg);3728 if (s_port == 0) {3732 RLOGI("Opening loopback port %d\n", s_port);3756 if (s_port < 0 && s_device_path == NULL) {3782 s_port = atoi(optarg);3783 if (s_port == 0) {3786 RLOGI("Opening loopback port %d\n", s_port);[all …]