Home
last modified time | relevance | path

Searched defs:ifn (Results 1 – 2 of 2) sorted by relevance

/system/netd/
DBandwidthController.cpp407 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface()
461 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface()
498 char ifn[MAX_IFACENAME_LEN]; in setInterfaceSharedQuota() local
565 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceSharedQuota() local
603 char ifn[MAX_IFACENAME_LEN]; in setInterfaceQuota() local
694 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceQuota() local
DBandwidthController.h92 QuotaInfo(std::string ifn, int64_t q, int64_t a) in QuotaInfo()