Home
last modified time | relevance | path

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

/system/netd/
DIdletimerController.cpp175 const char *classLabel) { in modifyInterfaceIdletimer() argument
180 (op == IptOpAdd) ? 'A' : 'D', LOCAL_RAW_PREROUTING, iface, timeout, classLabel); in modifyInterfaceIdletimer()
189 (op == IptOpAdd) ? 'A' : 'D', LOCAL_MANGLE_POSTROUTING, iface, timeout, classLabel); in modifyInterfaceIdletimer()
198 const char *classLabel) { in addInterfaceIdletimer() argument
199 return modifyInterfaceIdletimer(IptOpAdd, iface, timeout, classLabel); in addInterfaceIdletimer()
204 const char *classLabel) { in removeInterfaceIdletimer() argument
205 return modifyInterfaceIdletimer(IptOpDelete, iface, timeout, classLabel); in removeInterfaceIdletimer()
DIdletimerController.h28 const char *classLabel);
30 const char *classLabel);
41 const char *classLabel);