Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 87) sorted by relevance

1234

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Cache/
DFreeRTOS_DNS_Cache_utest.c110 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/
DFreeRTOS_ARP.c487 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
DFreeRTOS_ND.c286 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
DFreeRTOS_DNS_Parser.c302 uint16_t x; in DNS_ParseDNSReply() local
636 uint16_t x; in parseDNSAnswer() local
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/WinPCap/
DFaultInjection.c14 BaseType_t x, xReturn = pdFALSE; in prvCachePacket() local
32 BaseType_t x; in prvGetCachedPacket() local
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
Dcatch_assert.h54 #define catch_assert( x ) \ argument
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/
Dportmacro.h82 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x ) argument
97 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) vPortClearInterruptMask( x ) argument
DFreeRTOSConfig.h113 #define configASSERT( x ) assert( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARP_OutputARPRequest_buffer_alloc1/
DOutputARPRequest_harness.c28 for( int x = 0; x < ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS; x++ ) in vNetworkInterfaceAllocateRAMToBuffers() local
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h242 #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
DFreeRTOSIPConfigDefaults.h360 #define pvPortMallocLarge( x ) pvPortMalloc( x ) argument
368 #define pvPortMallocSocket( x ) pvPortMalloc( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
Dportmacro.h83 #define portYIELD_FROM_ISR( x ) ( void ) x argument
84 #define portEND_SWITCHING_ISR( x ) portYIELD_FROM_ISR( ( x ) ) argument
DFreeRTOSConfig.h111 #define configASSERT( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
DNetworkInterface.c57 #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/
DNetworkInterface.c131 int32_t x; in xNetworkInterfaceOutput() local
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.h152 #define NU_DEBUGF( x ) { printf x; } argument
154 #define NU_DEBUGF( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/include/
DntpClient.h47 #define __attribute__( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c518 BaseType_t x; in prvSetupTxDescriptors() local
571 BaseType_t x; in prvSetupRxDescriptors() local
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/BufferManagement/
DBufferAllocation_2.c104 uint32_t x; in xNetworkBuffersInitialise() local
DBufferAllocation_1.c171 uint32_t x; in xNetworkBuffersInitialise() local
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
DFreeRTOSIPConfig.h308 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) argument
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOSConfig.h113 #define configASSERT( x ) assert( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOSConfig.h113 #define configASSERT( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSConfig.h113 #define configASSERT( x ) assert( x ) argument
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h290 #define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL ) argument

1234