Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_fanout.c350 int fds[2], fds_udp[2][2], ret; in test_datapath() local
369 pair_udp_open(fds_udp[0], PORT_BASE); in test_datapath()
370 pair_udp_open(fds_udp[1], PORT_BASE + port_off); in test_datapath()
374 pair_udp_send(fds_udp[0], 15); in test_datapath()
375 pair_udp_send_char(fds_udp[1], 5, DATA_CHAR_1); in test_datapath()
379 pair_udp_send_char(fds_udp[0], 15, DATA_CHAR_1); in test_datapath()
388 if (close(fds_udp[1][1]) || close(fds_udp[1][0]) || in test_datapath()
389 close(fds_udp[0][1]) || close(fds_udp[0][0]) || in test_datapath()