Searched refs:FreeRTOS_dnslookup (Results 1 – 6 of 6) sorted by relevance
115 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()
39 FreeRTOS_dnslookup( pcHostName ); in harness()
22 uint32_t FreeRTOS_dnslookup( const char * pcHostName );139 uint32_t FreeRTOS_dnslookup( const char * pcHostName ) in FreeRTOS_dnslookup() function
58 uint32_t FreeRTOS_dnslookup( const char * pcHostName );
100 uint32_t FreeRTOS_dnslookup( const char * pcHostName ) in FreeRTOS_dnslookup() function
760 uint32_t ulThisIPAddress = FreeRTOS_dnslookup( ptr ); in handle_dnsq()1438 ulIpAddress = FreeRTOS_dnslookup( pcHost ); in pxDNSLookup()