Searched refs:udp_sk_fd1 (Results 1 – 1 of 1) sorted by relevance
84 int udp_sk_fd1, udp_sk_fd2, udp_sk_fd3; in test_udp_bind() local87 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()