Searched refs:CONNECT_PORT (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c20 #define CONNECT_PORT 4321 macro
192 * will be the CONNECT_PORT rather than the BIND port that corresponds
195 * create a socket with CONNECT_PORT.
198 CHECK(port != htons(CONNECT_PORT), "Expected", "port %u but got %u",
199 CONNECT_PORT, ntohs(port)))
324 prepare_addr(test->addr, test->family, CONNECT_PORT,

Completed in 103 milliseconds