| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Cache/ |
| D | FreeRTOS_DNS_Cache_utest.c | 101 BaseType_t x; in test_processDNS_CACHE_CatchAssert() local 114 BaseType_t x; in test_processDNS_CACHE_Success() local 135 BaseType_t x; in test_processDNS_CACHE_empty_cache() local 149 BaseType_t x; in test_processDNS_CACHE_entry_not_found() local 170 BaseType_t x; in test_processDNS_CACHE_update_entry() local 196 BaseType_t x; in test_processDNS_CACHE_expired_entry() local 216 BaseType_t x; in test_processDNS_CACHE_exceed_IP_entry_limit() local 248 BaseType_t x; in test_processDNS_CACHE_exceed_host_entry_limit() local 283 BaseType_t x; in test_processDNS_CACHE_exceed_dns_name_limit() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/ |
| D | FreeRTOS_ARP.c | 372 BaseType_t x, xReturn = pdFALSE; in xIsIPInARPCache() local 442 BaseType_t x; in ulARPRemoveCacheEntryByMac() local 475 BaseType_t x = 0; in vARPRefreshCacheEntry() local 657 BaseType_t x; in eARPGetCacheEntryByMac() local 816 BaseType_t x; in prvCacheLookup() local 857 BaseType_t x; in vARPAgeCache() local 1201 BaseType_t x, xCount = 0; in FreeRTOS_PrintARPCache() local
|
| D | FreeRTOS_DNS_Parser.c | 265 uint16_t x; in DNS_ParseDNSReply() local 543 uint16_t x; in parseDNSAnswer() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/WinPCap/ |
| D | FaultInjection.c | 14 BaseType_t x, xReturn = pdFALSE; in prvCachePacket() local 32 BaseType_t x; in prvGetCachedPacket() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ |
| D | catch_assert.h | 54 #define catch_assert( x ) \ argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/ |
| D | portmacro.h | 82 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument 97 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/ARP/ARP_OutputARPRequest_buffer_alloc1/ |
| D | OutputARPRequest_harness.c | 28 for( int x = 0; x < ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS; x++ ) in vNetworkInterfaceAllocateRAMToBuffers() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/include/ |
| D | FreeRTOS_IP.h | 241 #define FreeRTOS_htons( x ) ( ( uint16_t ) ( x ) ) argument 242 #define FreeRTOS_htonl( x ) ( ( uint32_t ) ( x ) ) argument 246 #define FreeRTOS_ntohs( x ) FreeRTOS_htons( x ) argument 247 #define FreeRTOS_ntohl( x ) FreeRTOS_htonl( x ) argument
|
| D | FreeRTOSIPConfigDefaults.h | 311 #define pvPortMallocLarge( x ) pvPortMalloc( x ) argument 319 #define pvPortMallocSocket( x ) pvPortMalloc( x ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/ |
| D | portmacro.h | 81 #define portYIELD_FROM_ISR( x ) ( void ) x argument 82 #define portEND_SWITCHING_ISR( x ) portYIELD_FROM_ISR( ( x ) ) argument
|
| D | FreeRTOSConfig.h | 115 #define configASSERT( x ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC54018/ |
| D | NetworkInterface.c | 57 #define ENET_ALIGN( x, align ) ( ( unsigned int ) ( ( x ) + ( ( align ) - 1 ) ) & ( unsigned in… argument 377 for( int x = 0; x < ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS; x++ ) in vNetworkInterfaceAllocateRAMToBuffers() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC17xx/ |
| D | NetworkInterface.c | 131 int32_t x; in xNetworkInterfaceOutput() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP/ |
| D | FreeRTOS_ARP_utest.c | 801 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xIsIPInARPCache_NoMatchingIP() local 816 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xIsIPInARPCache_MatchingIPButEntryInvalid() local 834 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xIsIPInARPCache_MatchingIP1() local 852 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xIsIPInARPCache_MatchingIP2() local 905 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xCheckRequiresARPResolution_OnLocalNetwork_NotInCache() local 937 for( uint16_t x = 0; x < ipconfigARP_CACHE_ENTRIES; x++ ) in test_xCheckRequiresARPResolution_OnLocalNetwork_InCache() local 1787 int x; in test_FreeRTOS_PrintARPCache() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/M487/ |
| D | m480_eth.h | 152 #define NU_DEBUGF( x ) { printf x; } argument 154 #define NU_DEBUGF( x ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/ |
| D | NetworkInterface.c | 507 BaseType_t x; in prvSetupTxDescriptors() local 560 BaseType_t x; in prvSetupRxDescriptors() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/BufferManagement/ |
| D | BufferAllocation_2.c | 105 uint32_t x; in xNetworkBuffersInitialise() local
|
| D | BufferAllocation_1.c | 171 uint32_t x; in xNetworkBuffersInitialise() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/ |
| D | FreeRTOSIPConfig.h | 306 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllDisable/ |
| D | FreeRTOSIPConfig.h | 290 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/MPS2_AN385/ |
| D | NetworkInterface.c | 304 BaseType_t xReturn = pdFAIL, x; in xNetworkInterfaceOutput() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAME5x/ |
| D | NetworkInterface.c | 408 BaseType_t x; in vNetworkInterfaceAllocateRAMToBuffers() local
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllEnable/ |
| D | FreeRTOSIPConfig.h | 290 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/ |
| D | FreeRTOSConfig.h | 117 #define configASSERT( x ) argument
|
| /FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ICMP_wo_assert/ |
| D | FreeRTOSConfig.h | 117 #define configASSERT( x ) argument
|