Searched defs:iface (Results 1 – 13 of 13) sorted by relevance
/system/netd/server/ |
D | NetlinkHandler.cpp | 63 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 113 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 121 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 177 void NetlinkHandler::notifyQuotaLimitReached(const char *name, const char *iface) { in notifyQuotaLimitReached() 197 const char *iface, const char *flags, in notifyAddressChanged() 205 void NetlinkHandler::notifyInterfaceDnsServers(const char *iface, in notifyInterfaceDnsServers() 213 const char *gateway, const char *iface) { in notifyRouteChange()
|
D | IdletimerController.cpp | 191 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface, in modifyInterfaceIdletimer() 250 int IdletimerController::addInterfaceIdletimer(const char *iface, in addInterfaceIdletimer() 256 int IdletimerController::removeInterfaceIdletimer(const char *iface, in removeInterfaceIdletimer()
|
D | BandwidthController.cpp | 563 int BandwidthController::setInterfaceSharedQuota(const char *iface, int64_t maxBytes) { in setInterfaceSharedQuota() 632 int BandwidthController::removeInterfaceSharedQuota(const char *iface) { in removeInterfaceSharedQuota() 672 int BandwidthController::setInterfaceQuota(const char *iface, int64_t maxBytes) { in setInterfaceQuota() 768 int BandwidthController::removeInterfaceQuota(const char *iface) { in removeInterfaceQuota() 981 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() 1006 int BandwidthController::removeInterfaceAlert(const char *iface) { in removeInterfaceAlert()
|
D | FirewallController.cpp | 143 int FirewallController::setInterfaceRule(const char* iface, FirewallRule rule) { in setInterfaceRule()
|
D | MDnsSdListener.cpp | 63 const char *iface, in discover()
|
D | CommandListener.cpp | 1321 const char* iface = argv[2]; in runCommand() local
|
/system/tools/aidl/ |
D | generate_java.cpp | 58 AidlInterface* iface, JavaTypeNamespace* types, in generate_java()
|
D | generate_java_binder.cpp | 510 Class* generate_binder_interface_class(const AidlInterface* iface, in generate_binder_interface_class()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cpp | 169 const bt_interface_t *iface = bluetooth::hal::BluetoothInterface::Get()->GetHALInterface(); in dump() local
|
/system/connectivity/shill/test-scripts/ |
D | routing.py | 45 def __init__(self, iface, dest, gway, flags, mask): argument
|
/system/core/adb/ |
D | usb_osx.cpp | 127 IOUSBInterfaceInterface220 **iface = NULL; in AndroidInterfaceAdded() local
|
/system/firewalld/ |
D | iptables.cc | 63 bool IsValidInterfaceName(const std::string& iface) { in IsValidInterfaceName()
|
/system/extras/tests/net_test/ |
D | multinetwork_base.py | 416 def BindToDevice(self, s, iface): argument
|