Searched refs:configECHO_SERVER_PORT (Results 1 – 5 of 5) sorted by relevance
33 #define configECHO_SERVER_PORT ( 9000U ) macro
50 #define configECHO_SERVER_PORT 7 macro
161 xEchoServerAddress.sin_port = FreeRTOS_htons( configECHO_SERVER_PORT ); in prvUDPEchoClientTask()
288 xEchoServerAddress.sin_port = FreeRTOS_htons( configECHO_SERVER_PORT ); in prvEchoClientTask()
59 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