Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/
A Dtcp_echo_config.h33 #define configECHO_SERVER_PORT ( 9000U ) macro
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DFreeRTOSConfig.h50 #define configECHO_SERVER_PORT 7 macro
A DUDPEchoClient_SingleTasks.c161 xEchoServerAddress.sin_port = FreeRTOS_htons( configECHO_SERVER_PORT ); in prvUDPEchoClientTask()
A DTCPEchoClient_SingleTasks.c288 xEchoServerAddress.sin_port = FreeRTOS_htons( configECHO_SERVER_PORT ); in prvEchoClientTask()
A DReadMe.md59 1. Set `configECHO_SERVER_PORT` in the [FreeRTOSConfig.h](FreeRTOSConfig.h)
116 1. Set `configECHO_SERVER_PORT` in the [FreeRTOSConfig.h](FreeRTOSConfig.h)

Completed in 31 milliseconds