Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h76 …void GetTargetNetAddrWithSameFamily(const std::string &bySrcAddr, const std::vector<INetAddr> &fro…
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.cpp386 void DevInterfaceState::GetTargetNetAddrWithSameFamily(const std::string &bySrcAddr, in GetTargetNetAddrWithSameFamily() argument
390 auto family = CommonUtils::GetAddrFamily(bySrcAddr); in GetTargetNetAddrWithSameFamily()
400 void DevInterfaceState::GetRoutePrefixlen(const std::string &bySrcAddr, in GetRoutePrefixlen() argument
404 auto route_family = CommonUtils::GetAddrFamily(bySrcAddr); in GetRoutePrefixlen()