Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_callback.h32 std::string route2; member
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp255 dhcpResult.route2 = "test4";
268 dhcpResult.route2 = "test4";
281 dhcpResult.route2 = "*";
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp93 dhcpResult.route2 = result->strOptRouter2; in OnDhcpSuccess()
H A Dethernet_configuration.cpp282 } else if (dhcpResult.gateWay != dhcpResult.route2 && dhcpResult.route2 != EMPTY_NET_ADDR) { in ConvertToConfiguration()
283 route.address_ = dhcpResult.route2; in ConvertToConfiguration()