Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp64 const int BandwidthController::MAX_IFACENAME_LEN = 64; member in BandwidthController
597 char ifn[MAX_IFACENAME_LEN]; in setInterfaceSharedQuota()
613 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceSharedQuota()
666 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceSharedQuota()
675 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceSharedQuota()
706 char ifn[MAX_IFACENAME_LEN]; in setInterfaceQuota()
726 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceQuota()
803 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceQuota()
812 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceQuota()
DBandwidthController.h214 static const int MAX_IFACENAME_LEN; variable