Searched defs:ignore_history (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/misc/
H A Dnstat.c34 int ignore_history = 0; variable
463 ignore_history = 1;
537 if (!ignore_history || !no_update) {
561 if (!ignore_history) {
609 if (ignore_history || hist_db == NULL)
H A Drtacct.c37 int ignore_history = 0; variable
452 ignore_history = 1;
545 if (!ignore_history || !no_update) {
581 if (!ignore_history) {
625 if (ignore_history || hist_db == NULL)
H A Difstat.c39 int ignore_history = 0; variable
602 ignore_history = 1;
685 if (!ignore_history || !no_update) {
709 if (!ignore_history) {
755 if (ignore_history || hist_db == NULL)

Completed in 85 milliseconds