Searched refs:xCount (Results 1 – 7 of 7) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
HD | FreeRTOS_Routing.c | 744 BaseType_t xCount[ rMATCH_COUNT ] = { 0, 0, 0, 0 }; in pxEasyFit() local 787 xCount[ rMATCH_IP_TYPE ]++; in pxEasyFit() 804 xCount[ rMATCH_IP_ADDR ]++; in pxEasyFit() 809 xCount[ rMATCH_IPv6_TYPE ]++; in pxEasyFit() 830 xCount[ rMATCH_IP_ADDR ]++; in pxEasyFit() 843 xCount[ rMATCH_MAC_ADDR ]++; in pxEasyFit() 851 if( xCount[ xIndex ] >= 1 ) in pxEasyFit() 877 ( unsigned ) xCount[ 0 ], in pxEasyFit() 878 ( unsigned ) xCount[ 1 ], in pxEasyFit() 879 ( unsigned ) xCount[ 2 ], in pxEasyFit()
|
HD | FreeRTOS_IPv4.c | 383 static BaseType_t xCount = 0; in prvAllowIPPacketIPv4() local 386 if( xCount < 5 ) /* LCOV_EXCL_BR_LINE */ in prvAllowIPPacketIPv4() 390 xCount++; in prvAllowIPPacketIPv4()
|
HD | FreeRTOS_IPv6_Sockets.c | 537 const BaseType_t xCount = pxSet->xTargetIndex - pxSet->xColon; in prv_inet_pton6_set_zeros() local 541 BaseType_t xSource = pxSet->xColon + ( xCount - 1 ); in prv_inet_pton6_set_zeros() 544 for( xIndex = 0; xIndex < xCount; xIndex++ ) in prv_inet_pton6_set_zeros()
|
HD | FreeRTOS_ND.c | 481 BaseType_t x, xCount = 0; in FreeRTOS_PrintNDCache() local 502 xCount++; in FreeRTOS_PrintNDCache() 506 FreeRTOS_printf( ( "Arp has %ld entries\n", xCount ) ); in FreeRTOS_PrintNDCache()
|
HD | FreeRTOS_ARP.c | 1597 BaseType_t x, xCount = 0; in FreeRTOS_PrintARPCache() local 1615 xCount++; in FreeRTOS_PrintARPCache() 1619 FreeRTOS_printf( ( "Arp has %ld entries\n", xCount ) ); in FreeRTOS_PrintARPCache()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
HD | NetworkInterface.c | 1008 BaseType_t xCount = 0; in uxGetOwnCount() local 1019 xCount++; in uxGetOwnCount() 1023 return xCount; in uxGetOwnCount()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/ |
HD | NetworkInterface.c | 964 BaseType_t xCount = 6; in prvGetHashIndex() local 967 while( xCount-- ) in prvGetHashIndex()
|