Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkMiddleware.c204 uint32_t ulIPAddress, ulNetMask, ulGatewayAddress, ulDNSServerAddress; in vApplicationIPNetworkEventHook() local
220 &ulDNSServerAddress ); in vApplicationIPNetworkEventHook()
231 FreeRTOS_inet_ntoa( ulDNSServerAddress, cBuffer ); in vApplicationIPNetworkEventHook()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/
DFreeRTOS_IP_DiffConfig1_utest.c460 uint32_t ulDNSServerAddress; in test_FreeRTOS_GetAddressConfiguration_HappyPath() local
471 …eeRTOS_GetAddressConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress ); in test_FreeRTOS_GetAddressConfiguration_HappyPath()
475 TEST_ASSERT_EQUAL( 4, ulDNSServerAddress ); in test_FreeRTOS_GetAddressConfiguration_HappyPath()
497 uint32_t ulDNSServerAddress = 4; in test_FreeRTOS_SetAddressConfiguration_HappyPath() local
507 …eeRTOS_SetAddressConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress ); in test_FreeRTOS_SetAddressConfiguration_HappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3527 uint32_t ulDNSServerAddress; in test_FreeRTOS_GetEndPointConfiguration_AllSettings() local
3537 …dPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress, &xEndPoint … in test_FreeRTOS_GetEndPointConfiguration_AllSettings()
3541 TEST_ASSERT_EQUAL( 4, ulDNSServerAddress ); in test_FreeRTOS_GetEndPointConfiguration_AllSettings()
3571 uint32_t ulDNSServerAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint() local
3577 …dPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress, &xEndPoint … in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint()
3581 TEST_ASSERT_EQUAL( 0, ulDNSServerAddress ); in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint()
3593 uint32_t ulDNSServerAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint() local
3595 …GetEndPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress, NULL ); in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint()
3599 TEST_ASSERT_EQUAL( 0, ulDNSServerAddress ); in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint()
3611 uint32_t ulDNSServerAddress = 4; in test_FreeRTOS_SetEndPointConfiguration_AllSettings() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h99 uint32_t ulDNSServerAddress; /**< The DNS server address */ member