Searched refs:tcp_fd (Results 1 – 1 of 1) sorted by relevance
148 int tcp_fd; in test_all_ports() local149 if ((tcp_fd = socket(AF_INET, SOCK_STREAM, 0)) == 0) in test_all_ports()156 if (bind(tcp_fd, (struct sockaddr *)&address, sizeof(address)) < 0) in test_all_ports()