Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_bind/
H A Dmain.c22 int tcp_sk_fd1, tcp_sk_fd2, tcp_sk_fd3; in test_tcp_bind() local
35 if ((tcp_sk_fd3 = socket(AF_INET, SOCK_STREAM, 0)) == 0) in test_tcp_bind()
57 if (bind(tcp_sk_fd3, (struct sockaddr *)&address, sizeof(address)) < 0) in test_tcp_bind()
74 if (close(tcp_sk_fd3) < 0) in test_tcp_bind()