Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp79 const int MAX_IFACENAME_LEN = 64; variable
481 char ifn[MAX_IFACENAME_LEN]; in setInterfaceSharedQuota()
497 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceSharedQuota()
550 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceSharedQuota()
559 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceSharedQuota()
590 char ifn[MAX_IFACENAME_LEN]; in setInterfaceQuota()
610 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceQuota()
687 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceQuota()
695 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceQuota()