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

  /external/iptables/include/linux/netfilter/
xt_time.h 6 __u32 date_stop; member in struct:xt_time_info
  /external/iptables/extensions/
libxt_time.c 85 info->date_stop = INT_MAX;
268 info->date_stop = time_parse_date(cb->arg, true);
400 if (info->date_stop != INT_MAX) {
402 time_print_date(info->date_stop, NULL);
429 time_print_date(info->date_stop, "--datestop");

Completed in 1014 milliseconds