Home
last modified time | relevance | path

Searched refs:tcp_fd (Results 1 – 1 of 1) sorted by relevance

/DragonOS/user/apps/test_bind/
H A Dmain.c148 int tcp_fd; in test_all_ports() local
149 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()