Home
last modified time | relevance | path

Searched refs:MAX_IFACENAME_LEN (Results 1 – 2 of 2) sorted by relevance

/system/netd/
DBandwidthController.cpp58 const int BandwidthController::MAX_IFACENAME_LEN = 64; member in BandwidthController
498 char ifn[MAX_IFACENAME_LEN]; in setInterfaceSharedQuota()
512 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceSharedQuota()
565 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceSharedQuota()
572 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceSharedQuota()
603 char ifn[MAX_IFACENAME_LEN]; in setInterfaceQuota()
620 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceQuota()
694 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceQuota()
701 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceQuota()
DBandwidthController.h175 static const int MAX_IFACENAME_LEN; variable