Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_002.cpp43 #define PEER_PORT STACK_PORT macro
73 clnAddr.sin_port = htons(PEER_PORT); in UdpTest()
92 clnAddr.sin_port = htons(PEER_PORT); in UdpTest()
H A Dnet_socket_test_003.cpp43 #define PEER_PORT STACK_PORT macro
109 clnAddr.sin_port = htons(PEER_PORT); in SampleTcpServer()
177 srvAddr.sin_port = htons(PEER_PORT); in SampleTcpClient()
224 clnAddr.sin_port = htons(PEER_PORT); in SampleTcpClient()
/kernel/liteos_m/components/net/test/
H A Dnet_socket_test_002.c69 clnAddr.sin_port = htons(PEER_PORT); in UdpTestTask()
89 clnAddr.sin_port = htons(PEER_PORT); in UdpTestTask()
H A Dnet_socket_test_003.c91 clnAddr.sin_port = htons(PEER_PORT); in SampleTcpServer()
150 srvAddr.sin_port = htons(PEER_PORT); in SampleTcpClient()
190 clnAddr.sin_port = htons(PEER_PORT); in SampleTcpClient()
H A Dlwip_test.h54 #define PEER_PORT STACK_PORT macro
H A Dnet_socket_test_007.c73 clnAddr.sin_port = htons(PEER_PORT); in UdpTestMoreTask()
H A Dnet_socket_test_011.c345 clnAddr.sin_port = htons(PEER_PORT); in UdpTestNetifTask()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_net_container_005.cpp42 static const int PEER_PORT = 8001; variable
69 peer_addr.sin_port = htons(PEER_PORT); in UdpClient()
/kernel/liteos_m/testsuites/unittest/fuzz/src/socket/
H A Dnet_fuzz.c196 #define PEER_PORT STACK_PORT macro
251 srvAddr.sin_port = htons(PEER_PORT); in SampleTcpClient()
/kernel/linux/linux-5.10/tools/testing/selftests/ntb/
H A Dntb_test.sh147 PEER_PORT=$(read_file "${PEER_DIR}/port")
148 if [[ ${PORT} -eq $PEER_PORT ]]; then
/kernel/linux/linux-6.6/tools/testing/selftests/ntb/
H A Dntb_test.sh147 PEER_PORT=$(read_file "${PEER_DIR}/port")
148 if [[ ${PORT} -eq $PEER_PORT ]]; then

Completed in 5 milliseconds