Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c114 volatile BaseType_t xPing6Count = -1; variable
1031 xPing6Count = -1; in handle_ping()
1044 xPing6Count = 0; in handle_ping()
1110 xPing6Count = -1; in handle_ping()
1238 if( ( xPing6Count >= 0 ) && ( xPing6Count < PING_COUNT_MAX ) ) in vApplicationPingReplyHook()
1240 xPing6Count++; in vApplicationPingReplyHook()
1242 if( pingLogging || ( xPing6Count == PING_COUNT_MAX ) ) in vApplicationPingReplyHook()
1244 …FreeRTOS_printf( ( "Received reply %d: status %d ID %04x\n", ( int ) xPing6Count, ( int ) eStatus,… in vApplicationPingReplyHook()
1269 … ( int ) xPingReady, ( int ) xPing4Count, ( int ) xPing6Count, ( unsigned ) uxTimeTicks ) ); in xHandleTesting()
1283 if( ( xPing6Count >= 0 ) && ( xPing6Count < PING_COUNT_MAX ) ) in xHandleTesting()