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