Home
last modified time | relevance | path

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

/system/netd/tests/
DTestUnsolService.cpp66 void TestUnsolService::checkTarget(const std::string& ifName, uint32_t flag) { in checkTarget()
90 const std::string& ifName) { in onQuotaLimitReached()
95 binder::Status TestUnsolService::onInterfaceDnsServerInfo(const std::string& ifName, in onInterfaceDnsServerInfo()
104 const std::string& ifName, int, int) { in onInterfaceAddressUpdated()
110 const std::string& ifName, int flags, in onInterfaceAddressRemoved()
117 binder::Status TestUnsolService::onInterfaceAdded(const std::string& ifName) { in onInterfaceAdded()
122 binder::Status TestUnsolService::onInterfaceRemoved(const std::string& ifName) { in onInterfaceRemoved()
127 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged()
132 binder::Status TestUnsolService::onInterfaceLinkStateChanged(const std::string& ifName, bool) { in onInterfaceLinkStateChanged()
138 const std::string& ifName) { in onRouteChanged()
Dtun_interface.h36 int init(const std::string& ifName) { return init(ifName, false); } in init()
Dbinder_test.cpp795 static void expectLocalIpRuleExists(ExistMode mode, const std::string& ifName) { in expectLocalIpRuleExists()
1544 std::string ipRoutePrefix(const std::string& ifName, const std::string& dst, in ipRoutePrefix()
1618 std::vector<std::string> ipRouteSubstrings(const std::string& ifName, const std::string& dst, in ipRouteSubstrings()
1634 void expectNetworkRouteDoesNotExistWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExistWithMtu()
1642 void expectNetworkRouteExistsWithMtu(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExistsWithMtu()
1651 void expectVpnLocalExclusionRuleExists(const std::string& ifName, bool expectExists) { in expectVpnLocalExclusionRuleExists()
1662 void expectNetworkRouteExists(const char* ipVersion, const std::string& ifName, in expectNetworkRouteExists()
1668 void expectNetworkRouteDoesNotExist(const char* ipVersion, const std::string& ifName, in expectNetworkRouteDoesNotExist()
1674 void expectNetworkDefaultIpRuleExists(const char* ifName) { in expectNetworkDefaultIpRuleExists()
1696 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.cpp227 void NetlinkHandler::notifyInterfaceAdded(const std::string& ifName) { in notifyInterfaceAdded()
231 void NetlinkHandler::notifyInterfaceRemoved(const std::string& ifName) { in notifyInterfaceRemoved()
235 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged()
239 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged()
244 const std::string& ifName) { in notifyQuotaLimitReached()
253 void NetlinkHandler::notifyAddressUpdated(const std::string& addr, const std::string& ifName, in notifyAddressUpdated()
258 void NetlinkHandler::notifyAddressRemoved(const std::string& addr, const std::string& ifName, in notifyAddressRemoved()
263 void NetlinkHandler::notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime, in notifyInterfaceDnsServers()
269 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()
470 binder::Status NetdNativeService::interfaceAddAddress(const std::string &ifName, in interfaceAddAddress()
482 binder::Status NetdNativeService::interfaceDelAddress(const std::string &ifName, in interfaceDelAddress()
702 binder::Status NetdNativeService::setIPv6AddrGenMode(const std::string& ifName, in setIPv6AddrGenMode()
708 binder::Status NetdNativeService::wakeupAddInterface(const std::string& ifName, in wakeupAddInterface()
715 binder::Status NetdNativeService::wakeupDelInterface(const std::string& ifName, in wakeupDelInterface()
726 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.cpp1507 char ifName[IFNAMSIZ]; // Already aligned in ipSecAddXfrmInterface() member