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.cpp259 failureHandling == IptFailShow); in runIptablesCmd()
261 if (res && failureHandling == IptFailShow) { in runIptablesCmd()
311 enable ? IptJumpReject : IptJumpReturn, IptFailShow); in enableDataSaver()
317 IptFailureLog failureLogging = IptFailShow; in runCommands()