Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h133 enum IptFailureLog { IptFailShow, IptFailHide }; enumerator
135 enum IptFailureLog { IptFailShow, IptFailHide = IptFailShow }; enumerator
157 IptFailureLog failureHandling = IptFailShow);
159 IptFailureLog failureHandling = IptFailShow);
DBandwidthController.cpp252 failureHandling == IptFailShow); in runIptablesCmd()
254 if (res && failureHandling == IptFailShow) { in runIptablesCmd()
313 IptFailureLog failureLogging = IptFailShow; in runCommands()