Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_callback.h31 std::string route1; member
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp254 dhcpResult.route1 = "test3";
267 dhcpResult.route1 = "*";
280 dhcpResult.route1 = "*";
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnet_vpn_impl_test.cpp150 Route route1, toute2; variable
151 netVpnImpl_->vpnConfig_->routes_.push_back(route1);
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp92 dhcpResult.route1 = result->strOptRouter1; in OnDhcpSuccess()
H A Dethernet_configuration.cpp279 if (dhcpResult.gateWay != dhcpResult.route1 && dhcpResult.route1 != EMPTY_NET_ADDR) { in ConvertToConfiguration()
280 route.address_ = dhcpResult.route1; in ConvertToConfiguration()