HomeSort by relevance Sort by last modified time
    Searched refs:date_start (Results 1 - 2 of 2) sorted by null

  /external/iptables/include/linux/netfilter/
xt_time.h 5 __u32 date_start; member in struct:xt_time_info
  /external/iptables/extensions/
libxt_time.c 84 info->date_start = 0;
265 info->date_start = time_parse_date(cb->arg, false);
396 if (info->date_start != 0) {
398 time_print_date(info->date_start, NULL);
428 time_print_date(info->date_start, "--datestart");

Completed in 56 milliseconds