Home
last modified time | relevance | path

Searched refs:udp_sk_fd3 (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
97 if ((udp_sk_fd3 = socket(AF_INET, SOCK_DGRAM, 0)) == 0) in test_udp_bind()
119 if (bind(udp_sk_fd3, (struct sockaddr *)&address, sizeof(address)) < 0) in test_udp_bind()
136 if (close(udp_sk_fd3) < 0) in test_udp_bind()