Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/include/
A Dtest_tcp.h42 #define tcptestECHO_PORT ( 0 ) /* Replace with Your Echo Server Port Number i.… macro
44 #if tcptestECHO_PORT == 0
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/
A DReadMe.txt17 - Modify the `tcptestECHO_SERVER_ADDR[0-3]` and `tcptestECHO_PORT` in the file
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/
A Dtest_tcp.c536 pxHostAddress->sin_port = FreeRTOS_htons( tcptestECHO_PORT ); in prvNonSecureConnectHelper()
1831 xEchoServerAddress.sin_port = FreeRTOS_htons( tcptestECHO_PORT ); in prvFreeRTOS_connect_InvalidParams()

Completed in 16 milliseconds