Searched refs:FreeRTOS_dnslookup (Results 1 – 6 of 6) sorted by relevance
106 catch_assert( FreeRTOS_dnslookup( NULL ) ); in test_processDNS_CACHE_CatchAssert()125 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_Success()139 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_empty_cache()160 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_entry_not_found()186 x = FreeRTOS_dnslookup( "hello" ); in test_processDNS_CACHE_update_entry()206 x = FreeRTOS_dnslookup( "world" ); in test_processDNS_CACHE_expired_entry()238 x = FreeRTOS_dnslookup( "world" ); in test_processDNS_CACHE_exceed_IP_entry_limit()273 x = FreeRTOS_dnslookup( "world" ); in test_processDNS_CACHE_exceed_host_entry_limit()297 x = FreeRTOS_dnslookup( long_dns_name ); in test_processDNS_CACHE_exceed_dns_name_limit()
22 uint32_t FreeRTOS_dnslookup( const char * pcHostName );125 uint32_t FreeRTOS_dnslookup( const char * pcHostName ) in FreeRTOS_dnslookup() function
42 uint32_t FreeRTOS_dnslookup( const char * pcHostName );
39 FreeRTOS_dnslookup( pcHostName ); in harness()
103 uint32_t FreeRTOS_dnslookup( const char * pcHostName ) in FreeRTOS_dnslookup() function
255 ulIPAddress = FreeRTOS_dnslookup( pcHostName ); in prvPrepareLookup()