Home
last modified time | relevance | path

Searched refs:udp_sk_fd2 (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
92 if ((udp_sk_fd2 = socket(AF_INET, SOCK_DGRAM, 0)) == 0) in test_udp_bind()
110 if (bind(udp_sk_fd2, (struct sockaddr *)&address, sizeof(address)) < 0) in test_udp_bind()
131 if (close(udp_sk_fd2) < 0) in test_udp_bind()