Lines Matching refs:SOCK_DGRAM
164 build_rcv_fd(AF_INET, SOCK_DGRAM, rcv_fds, 5); in main()
165 build_rcv_fd(AF_INET6, SOCK_DGRAM, &(rcv_fds[5]), 5); in main()
166 test(rcv_fds, 10, SOCK_DGRAM); in main()
171 build_rcv_fd(AF_INET6, SOCK_DGRAM, rcv_fds, 5); in main()
172 build_rcv_fd(AF_INET, SOCK_DGRAM, &(rcv_fds[5]), 5); in main()
173 test(rcv_fds, 10, SOCK_DGRAM); in main()
181 build_rcv_fd(AF_INET, SOCK_DGRAM, rcv_fds, 16); in main()
182 build_rcv_fd(AF_INET6, SOCK_DGRAM, &(rcv_fds[16]), 16); in main()
183 test(rcv_fds, 32, SOCK_DGRAM); in main()
188 build_rcv_fd(AF_INET6, SOCK_DGRAM, rcv_fds, 16); in main()
189 build_rcv_fd(AF_INET, SOCK_DGRAM, &(rcv_fds[16]), 16); in main()
190 test(rcv_fds, 32, SOCK_DGRAM); in main()