Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 8 of 8) sorted by relevance

/system/netd/
DResolverController.cpp27 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()
DThrottleController.cpp61 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()
DSoftapController.cpp59 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
DNetlinkHandler.cpp57 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()
DBandwidthController.cpp432 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()
DNatController.cpp75 bool NatController::interfaceExists(const char *iface) { in interfaceExists()
DCommandListener.cpp820 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx)… in readInterfaceCounters()
/system/core/adb/
Dusb_osx.c124 IOUSBInterfaceInterface220 **iface = NULL; in AndroidInterfaceAdded() local