Lines Matching refs:ulDNSServerAddress

3527     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
3616 …dPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress, &xEndPoint … in test_FreeRTOS_SetEndPointConfiguration_AllSettings()
3645 uint32_t ulDNSServerAddress = 4; in test_FreeRTOS_SetEndPointConfiguration_IPv6Endpoint() local
3651 …dPointConfiguration( &ulIPAddress, &ulNetMask, &ulGatewayAddress, &ulDNSServerAddress, &xEndPoint … in test_FreeRTOS_SetEndPointConfiguration_IPv6Endpoint()