Searched refs:xPing4Count (Results 1 – 1 of 1) sorted by relevance
118 volatile BaseType_t xPing4Count = -1; variable1029 xPing4Count = 0; in handle_ping()1043 xPing4Count = -1; in handle_ping()1108 xPing4Count = 0; in handle_ping()1227 if( ( xPing4Count >= 0 ) && ( xPing4Count < PING_COUNT_MAX ) ) in vApplicationPingReplyHook()1229 xPing4Count++; in vApplicationPingReplyHook()1231 if( pingLogging || ( xPing4Count == PING_COUNT_MAX ) ) in vApplicationPingReplyHook()1233 …FreeRTOS_printf( ( "Received reply %d: status %d ID %04x\n", ( int ) xPing4Count, ( int ) eStatus,… in vApplicationPingReplyHook()1269 … ( int ) xPingReady, ( int ) xPing4Count, ( int ) xPing6Count, ( unsigned ) uxTimeTicks ) ); in xHandleTesting()1271 …( ( "xPingReady %d xPing4 %d Delta %u\n", ( int ) xPingReady, ( int ) xPing4Count, ( unsigned ) u… in xHandleTesting()[all …]