Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_bind/
H A Dmain.c84 int udp_sk_fd1, udp_sk_fd2, udp_sk_fd3; in test_udp_bind() local
87 if ((udp_sk_fd1 = socket(AF_INET, SOCK_DGRAM, 0)) == 0) in test_udp_bind()
104 if (bind(udp_sk_fd1, (struct sockaddr *)&address, sizeof(address)) < 0) in test_udp_bind()
126 if (close(udp_sk_fd1) < 0) in test_udp_bind()