Searched defs:iface (Results 1 – 8 of 8) sorted by relevance
/system/netd/ |
D | ResolverController.cpp | 27 int ResolverController::setDefaultInterface(const char* iface) { in setDefaultInterface() 37 int ResolverController::setInterfaceDnsServers(const char* iface, char** servers, int numservers) { in setInterfaceDnsServers() 47 int ResolverController::setInterfaceAddress(const char* iface, struct in_addr* addr) { in setInterfaceAddress() 67 int ResolverController::flushInterfaceDnsCache(const char* iface) { in flushInterfaceDnsCache()
|
D | ThrottleController.cpp | 61 int ThrottleController::setInterfaceThrottle(const char *iface, int rxKbps, int txKbps) { in setInterfaceThrottle() 150 void ThrottleController::reset(const char *iface) { in reset() 161 int ThrottleController::getInterfaceRxThrottle(const char *iface, int *rx) { in getInterfaceRxThrottle() 166 int ThrottleController::getInterfaceTxThrottle(const char *iface, int *tx) { in getInterfaceTxThrottle()
|
D | SoftapController.cpp | 59 int SoftapController::setCommand(char *iface, const char *fname, unsigned buflen) { in setCommand() 118 int SoftapController::startDriver(char *iface) { in startDriver() 146 int SoftapController::stopDriver(char *iface) { in stopDriver() 271 char *ssid, *iface; in setSoftap() local 418 char *iface; in fwReloadSoftap() local
|
D | NetlinkHandler.cpp | 57 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 73 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 113 void NetlinkHandler::notifyQuotaLimitReached(const char *name, const char *iface) { in notifyQuotaLimitReached()
|
D | BandwidthController.cpp | 432 int BandwidthController::setInterfaceSharedQuota(const char *iface, int64_t maxBytes) { in setInterfaceSharedQuota() 500 int BandwidthController::removeInterfaceSharedQuota(const char *iface) { in removeInterfaceSharedQuota() 538 int BandwidthController::setInterfaceQuota(const char *iface, int64_t maxBytes) { in setInterfaceQuota() 622 int BandwidthController::removeInterfaceQuota(const char *iface) { in removeInterfaceQuota() 829 int BandwidthController::setInterfaceAlert(const char *iface, int64_t bytes) { in setInterfaceAlert() 849 int BandwidthController::removeInterfaceAlert(const char *iface) { in removeInterfaceAlert()
|
D | NatController.cpp | 75 bool NatController::interfaceExists(const char *iface) { in interfaceExists()
|
D | CommandListener.cpp | 820 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx)… in readInterfaceCounters()
|
/system/core/adb/ |
D | usb_osx.c | 124 IOUSBInterfaceInterface220 **iface = NULL; in AndroidInterfaceAdded() local
|