Searched refs:uxPingSize (Results 1 – 1 of 1) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
D | plus_tcp_demo_cli.c | 117 size_t uxPingSize = 32U; variable 1035 FreeRTOS_SendPingRequest( ulPingIPAddress, uxPingSize, PING_TIMEOUT ); in handle_ping() 1046 FreeRTOS_SendPingRequestIPv6( &xPing6IPAddress, uxPingSize, PING_TIMEOUT ); in handle_ping() 1124 FreeRTOS_SendPingRequest( ulIPAddress, uxPingSize, PING_TIMEOUT ); in handle_ping() 1278 FreeRTOS_SendPingRequest( ulPingIPAddress, uxPingSize, PING_TIMEOUT ); in xHandleTesting() 1285 FreeRTOS_SendPingRequestIPv6( &xPing6IPAddress, uxPingSize, PING_TIMEOUT ); in xHandleTesting()
|