Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS/
DFreeRTOS_DNS_utest.c888 uint32_t ulRandom = 0x1234U; in test_FreeRTOS_getaddrinfo_a_IPv4DomainCacheMiss_Random() local
895 xApplicationGetRandomNumber_ReturnMemThruPtr_pulNumber( &ulRandom, sizeof( uint32_t ) ); in test_FreeRTOS_getaddrinfo_a_IPv4DomainCacheMiss_Random()
896 vDNSSetCallBack_Expect( GOOD_ADDRESS, NULL, dns_callback, 0U, ulRandom, pdFALSE ); in test_FreeRTOS_getaddrinfo_a_IPv4DomainCacheMiss_Random()
912 uint32_t ulRandom = 0x1234U; in test_FreeRTOS_getaddrinfo_a_IPv6DomainCacheMiss_Random() local
923 xApplicationGetRandomNumber_ReturnMemThruPtr_pulNumber( &ulRandom, sizeof( uint32_t ) ); in test_FreeRTOS_getaddrinfo_a_IPv6DomainCacheMiss_Random()
924 vDNSSetCallBack_Expect( GOOD_ADDRESS, NULL, dns_callback, 0U, ulRandom, pdTRUE ); in test_FreeRTOS_getaddrinfo_a_IPv6DomainCacheMiss_Random()
940 uint32_t ulRandom = 0x1234U; in test_FreeRTOS_getaddrinfo_a_IPv6Random_EndPointNotFound() local
957 xApplicationGetRandomNumber_ReturnMemThruPtr_pulNumber( &ulRandom, sizeof( uint32_t ) ); in test_FreeRTOS_getaddrinfo_a_IPv6Random_EndPointNotFound()
958 vDNSSetCallBack_Expect( GOOD_ADDRESS, NULL, dns_callback, 0U, ulRandom, pdTRUE ); in test_FreeRTOS_getaddrinfo_a_IPv6Random_EndPointNotFound()
981 uint32_t ulRandom = 0x1234U; in test_FreeRTOS_getaddrinfo_a_IPv4Random_BindFailWithDot() local
[all …]