Home
last modified time | relevance | path

Searched refs:ipv6Rt (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp44 Route ipv6Rt; in AddRoutesToLocal() local
45 ipv6Rt.iface_ = iface; in AddRoutesToLocal()
46 ipv6Rt.destination_.type_ = INetAddr::IPV6; in AddRoutesToLocal()
47 ipv6Rt.destination_.address_ = IPV6_DEFAULT_PRIFX; in AddRoutesToLocal()
48 ipv6Rt.destination_.prefixlen_ = IPV6_PRIFX_LEN; in AddRoutesToLocal()
49 ipv6Rt.gateway_.address_ = IPV6_DEFAULT_GATEWAY; in AddRoutesToLocal()
50 ipv6Rt.gateway_.prefixlen_ = 0; in AddRoutesToLocal()
51 ipv6Rt.hasGateway_ = false; in AddRoutesToLocal()
52 ipv6Rt.rtnType_ = RTN_UNICAST; in AddRoutesToLocal()
53 ipv6Rt in AddRoutesToLocal()
[all...]

Completed in 1 milliseconds