Home
last modified time | relevance | path

Searched defs:ifName (Results 1 – 9 of 9) sorted by relevance

/system/netd/tests/
DTestUnsolService.cpp67 void TestUnsolService::checkTarget(const std::string& ifName, uint32_t flag) { in checkTarget()
91 const std::string& ifName) { in onQuotaLimitReached()
96 binder::Status TestUnsolService::onInterfaceDnsServerInfo(const std::string& ifName, in onInterfaceDnsServerInfo()
105 const std::string& ifName, int, int) { in onInterfaceAddressUpdated()
111 const std::string& ifName, int flags, in onInterfaceAddressRemoved()
118 binder::Status TestUnsolService::onInterfaceAdded(const std::string& ifName) { in onInterfaceAdded()
123 binder::Status TestUnsolService::onInterfaceRemoved(const std::string& ifName) { in onInterfaceRemoved()
128 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged()
133 binder::Status TestUnsolService::onInterfaceLinkStateChanged(const std::string& ifName, bool) { in onInterfaceLinkStateChanged()
139 const std::string& ifName) { in onRouteChanged()
Dtun_interface.h36 int init(const std::string& ifName) { return init(ifName, false); } in init()
Dbinder_test.cpp822 static void expectLocalIpRuleExists(ExistMode mode, const std::string& ifName) { in expectLocalIpRuleExists()
1563 std::string ipRoutePrefix(const std::string& ifName, const std::string& dst, in ipRoutePrefix()
1637 std::vector<std::string> ipRouteSubstrings(const std::string& ifName, const std::string& dst, in ipRouteSubstrings()
1653 void expectNetworkRouteDoesNotExistWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExistWithMtu()
1661 void expectNetworkRouteExistsWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExistsWithMtu()
1670 void expectVpnLocalExclusionRuleExists(const std::string& ifName, bool expectExists) { in expectVpnLocalExclusionRuleExists()
1681 void expectNetworkRouteExists(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExists()
1687 void expectNetworkRouteDoesNotExist(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExist()
1693 void expectNetworkDefaultIpRuleExists(const char* ifName) { in expectNetworkDefaultIpRuleExists()
1715 void expectNetworkPermissionIpRuleExists(const char* ifName, int permission) { in expectNetworkPermissionIpRuleExists()
[all …]
Dtun_interface.cpp51 int TunInterface::init(const std::string& ifName, bool isTap) { in init()
/system/netd/server/
DNetlinkHandler.cpp230 void NetlinkHandler::notifyInterfaceAdded(const std::string& ifName) { in notifyInterfaceAdded()
234 void NetlinkHandler::notifyInterfaceRemoved(const std::string& ifName) { in notifyInterfaceRemoved()
238 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged()
242 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged()
247 const std::string& ifName) { in notifyQuotaLimitReached()
256 void NetlinkHandler::notifyAddressUpdated(const std::string& addr, const std::string& ifName, in notifyAddressUpdated()
261 void NetlinkHandler::notifyAddressRemoved(const std::string& addr, const std::string& ifName, in notifyAddressRemoved()
266 void NetlinkHandler::notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime, in notifyInterfaceDnsServers()
272 const std::string& gateway, const std::string& ifName) { in notifyRouteChange()
DNetdNativeService.cpp223 binder::Status NetdNativeService::bandwidthSetInterfaceQuota(const std::string& ifName, in bandwidthSetInterfaceQuota()
230 binder::Status NetdNativeService::bandwidthRemoveInterfaceQuota(const std::string& ifName) { in bandwidthRemoveInterfaceQuota()
236 binder::Status NetdNativeService::bandwidthSetInterfaceAlert(const std::string& ifName, in bandwidthSetInterfaceAlert()
243 binder::Status NetdNativeService::bandwidthRemoveInterfaceAlert(const std::string& ifName) { in bandwidthRemoveInterfaceAlert()
444 binder::Status NetdNativeService::interfaceAddAddress(const std::string &ifName, in interfaceAddAddress()
456 binder::Status NetdNativeService::interfaceDelAddress(const std::string &ifName, in interfaceDelAddress()
676 binder::Status NetdNativeService::setIPv6AddrGenMode(const std::string& ifName, in setIPv6AddrGenMode()
682 binder::Status NetdNativeService::wakeupAddInterface(const std::string& ifName, in wakeupAddInterface()
689 binder::Status NetdNativeService::wakeupDelInterface(const std::string& ifName, in wakeupDelInterface()
700 binder::Status NetdNativeService::idletimerAddInterface(const std::string& ifName, int32_t timeout, in idletimerAddInterface()
[all …]
DWakeupController.cpp194 Status WakeupController::addInterface(const std::string& ifName, const std::string& prefix, in addInterface()
199 Status WakeupController::delInterface(const std::string& ifName, const std::string& prefix, in delInterface()
204 Status WakeupController::execIptables(const std::string& action, const std::string& ifName, in execIptables()
DInterfaceController.cpp476 StatusOr<InterfaceConfigurationParcel> InterfaceController::getCfg(const std::string& ifName) { in getCfg()
527 int InterfaceController::clearAddrs(const std::string& ifName) { in clearAddrs()
DXfrmController.cpp1509 char ifName[IFNAMSIZ]; // Already aligned in ipSecAddXfrmInterface() member