Home
last modified time | relevance | path

Searched refs:FreeRTOS_dnslookup (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Cache/
DFreeRTOS_DNS_Cache_utest.c115 catch_assert( FreeRTOS_dnslookup( NULL ) ); in test_processDNS_CACHE_CatchAssert()
140 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_Success()
220 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_Entry_NotFresh()
235 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_empty_cache()
260 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_entry_not_found()
291 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_update_entry()
315 x = FreeRTOS_dnslookup( "world" ); in test_processDNS_CACHE_expired_entry()
356 x = FreeRTOS_dnslookup( "world" ); in test_processDNS_CACHE_exceed_IP_entry_limit()
400 x = FreeRTOS_dnslookup( "world" ); in test_processDNS_CACHE_exceed_host_entry_limit()
428 x = FreeRTOS_dnslookup( long_dns_name ); in test_processDNS_CACHE_exceed_dns_name_limit()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DNS/DNSlookup/
DDNSlookup_harness.c39 FreeRTOS_dnslookup( pcHostName ); in harness()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DNS/DNSgetHostByName/
DDNSgetHostByName_harness.c22 uint32_t FreeRTOS_dnslookup( const char * pcHostName );
139 uint32_t FreeRTOS_dnslookup( const char * pcHostName ) in FreeRTOS_dnslookup() function
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_DNS_Cache.h58 uint32_t FreeRTOS_dnslookup( const char * pcHostName );
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c100 uint32_t FreeRTOS_dnslookup( const char * pcHostName ) in FreeRTOS_dnslookup() function
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c760 uint32_t ulThisIPAddress = FreeRTOS_dnslookup( ptr ); in handle_dnsq()
1438 ulIpAddress = FreeRTOS_dnslookup( pcHost ); in pxDNSLookup()