Searched defs:destAddress (Results 1 – 5 of 5) sorted by relevance
97 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in ReleaseLanNetLink() local162 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in SetRoute() local181 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in DelRoute() local
166 …auto destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.prefixlen… in ReleaseBasicNetwork() local370 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in UpdateRoutes() local393 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in UpdateRoutes() local
282 …std::string destAddress = route.destination_.address_ + "/" + std::to_string(route.destination_.pr… in DelNetLinkInfo() local
142 std::string destAddress = strLocalRoute + "/" + std::to_string(prefixLength); in AddRoute() local
158 struct AddressNumber destAddress; // TP Destination Address (TP DA) member