Searched refs:MAX_IFACENAME_LEN (Results 1 – 2 of 2) sorted by relevance
64 const int BandwidthController::MAX_IFACENAME_LEN = 64; member in BandwidthController597 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()
214 static const int MAX_IFACENAME_LEN; variable