Searched refs:tcptestECHO_PORT (Results 1 – 3 of 3) sorted by relevance
42 #define tcptestECHO_PORT ( 0 ) /* Replace with Your Echo Server Port Number i.… macro44 #if tcptestECHO_PORT == 0
17 - Modify the `tcptestECHO_SERVER_ADDR[0-3]` and `tcptestECHO_PORT` in the file
536 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