Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp76 const int MAX_IFACENAME_LEN = 64; variable
564 char ifn[MAX_IFACENAME_LEN]; in setInterfaceSharedQuota()
580 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceSharedQuota()
633 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceSharedQuota()
642 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceSharedQuota()
673 char ifn[MAX_IFACENAME_LEN]; in setInterfaceQuota()
693 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in setInterfaceQuota()
770 char ifn[MAX_IFACENAME_LEN]; in removeInterfaceQuota()
778 ALOGE("Interface name longer than %d", MAX_IFACENAME_LEN); in removeInterfaceQuota()