/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Cache/ |
D | FreeRTOS_DNS_Cache_utest.c | 110 BaseType_t x; in test_processDNS_CACHE_CatchAssert() local 123 BaseType_t x; in test_processDNS_CACHE_Success() local 203 BaseType_t x; in test_processDNS_CACHE_Entry_NotFresh() local 231 BaseType_t x; in test_processDNS_CACHE_empty_cache() local 245 BaseType_t x; in test_processDNS_CACHE_entry_not_found() local 270 BaseType_t x; in test_processDNS_CACHE_update_entry() local 301 BaseType_t x; in test_processDNS_CACHE_expired_entry() local 325 BaseType_t x; in test_processDNS_CACHE_exceed_IP_entry_limit() local 366 BaseType_t x; in test_processDNS_CACHE_exceed_host_entry_limit() local 410 BaseType_t x; in test_processDNS_CACHE_exceed_dns_name_limit() local [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_ARP.c | 487 BaseType_t x, xReturn = pdFALSE; in xIsIPInARPCache() local 625 BaseType_t x; in ulARPRemoveCacheEntryByMac() local 657 BaseType_t x; in vARPRefreshCacheEntryAge() local 781 BaseType_t x = 0; in prvFindCacheEntry() local 901 BaseType_t x; in eARPGetCacheEntryByMac() local 1121 BaseType_t x; in prvCacheLookup() local 1166 BaseType_t x; in vARPAgeCache() local 1497 BaseType_t x; in FreeRTOS_ClearARP() local 1597 BaseType_t x, xCount = 0; in FreeRTOS_PrintARPCache() local
|
D | FreeRTOS_ND.c | 286 BaseType_t x; in vNDRefreshCacheEntry() local 340 BaseType_t x; in vNDAgeCache() local 423 BaseType_t x; in prvNDCacheLookup() local 481 BaseType_t x, xCount = 0; in FreeRTOS_PrintNDCache() local
|
D | FreeRTOS_DNS_Parser.c | 302 uint16_t x; in DNS_ParseDNSReply() local 636 uint16_t x; in parseDNSAnswer() local
|
/FreeRTOS-Plus-TCP-v4.0.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-v4.0.0/test/unit-test/ |
D | catch_assert.h | 54 #define catch_assert( x ) \ argument
|
/FreeRTOS-Plus-TCP-v4.0.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
|
D | FreeRTOSConfig.h | 113 #define configASSERT( x ) assert( x ) argument
|
/FreeRTOS-Plus-TCP-v4.0.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-v4.0.0/source/include/ |
D | FreeRTOS_IP.h | 242 #define FreeRTOS_htons( x ) ( ( uint16_t ) ( x ) ) argument 243 #define FreeRTOS_htonl( x ) ( ( uint32_t ) ( x ) ) argument 247 #define FreeRTOS_ntohs( x ) FreeRTOS_htons( x ) argument 248 #define FreeRTOS_ntohl( x ) FreeRTOS_htonl( x ) argument
|
D | FreeRTOSIPConfigDefaults.h | 360 #define pvPortMallocLarge( x ) pvPortMalloc( x ) argument 368 #define pvPortMallocSocket( x ) pvPortMalloc( x ) argument
|
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/ |
D | portmacro.h | 83 #define portYIELD_FROM_ISR( x ) ( void ) x argument 84 #define portEND_SWITCHING_ISR( x ) portYIELD_FROM_ISR( ( x ) ) argument
|
D | FreeRTOSConfig.h | 111 #define configASSERT( x ) argument
|
/FreeRTOS-Plus-TCP-v4.0.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-v4.0.0/source/portable/NetworkInterface/LPC17xx/ |
D | NetworkInterface.c | 131 int32_t x; in xNetworkInterfaceOutput() local
|
/FreeRTOS-Plus-TCP-v4.0.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-v4.0.0/tools/tcp_utilities/include/ |
D | ntpClient.h | 47 #define __attribute__( x ) argument
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/ |
D | NetworkInterface.c | 518 BaseType_t x; in prvSetupTxDescriptors() local 571 BaseType_t x; in prvSetupRxDescriptors() local
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/BufferManagement/ |
D | BufferAllocation_2.c | 104 uint32_t x; in xNetworkBuffersInitialise() local
|
D | BufferAllocation_1.c | 171 uint32_t x; in xNetworkBuffersInitialise() local
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/ |
D | FreeRTOSIPConfig.h | 308 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) argument
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/ |
D | FreeRTOSConfig.h | 113 #define configASSERT( x ) assert( x ) argument
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig/ |
D | FreeRTOSConfig.h | 113 #define configASSERT( x ) argument
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/ |
D | FreeRTOSConfig.h | 113 #define configASSERT( x ) assert( x ) argument
|
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/AllDisable/ |
D | FreeRTOSIPConfig.h | 290 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) argument
|