Home
last modified time | relevance | path

Searched refs:fromAddrList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h76 …argetNetAddrWithSameFamily(const std::string &bySrcAddr, const std::vector<INetAddr> &fromAddrList,
78 void GetRoutePrefixlen(const std::string &bySrcAddr, const std::vector<INetAddr> &fromAddrList,
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp387 const std::vector<INetAddr> &fromAddrList, in GetTargetNetAddrWithSameFamily() argument
391 for (const auto &addr : fromAddrList) { in GetTargetNetAddrWithSameFamily()
401 const std::vector<INetAddr> &fromAddrList, in GetRoutePrefixlen() argument
405 for (const auto &netMask : fromAddrList) { in GetRoutePrefixlen()