Home
last modified time | relevance | path

Searched defs: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
/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
497 uint32_t ulDNSServerAddress = 4; in test_FreeRTOS_SetAddressConfiguration_HappyPath() local
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/
DFreeRTOS_IP_utest.c3527 uint32_t ulDNSServerAddress; in test_FreeRTOS_GetEndPointConfiguration_AllSettings() local
3571 uint32_t ulDNSServerAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_IPv6Endpoint() local
3593 uint32_t ulDNSServerAddress = 0; in test_FreeRTOS_GetEndPointConfiguration_NullEndpoint() local
3611 uint32_t ulDNSServerAddress = 4; in test_FreeRTOS_SetEndPointConfiguration_AllSettings() local
3645 uint32_t ulDNSServerAddress = 4; in test_FreeRTOS_SetEndPointConfiguration_IPv6Endpoint() local
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h99 uint32_t ulDNSServerAddress; /**< The DNS server address */ member