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

/external/iptables/extensions/
H A Dlibxt_time.c304 static void time_print_date(time_t date, const char *command) function
404 time_print_date(info->date_start, NULL);
408 time_print_date(info->date_stop, NULL);
436 time_print_date(info->date_start, "--datestart");
437 time_print_date(info->date_stop, "--datestop");

Completed in 107 milliseconds