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

  /external/iptables/extensions/
libxt_time.c 91 static time_t time_parse_date(const char *s, bool end) function
268 info->date_start = time_parse_date(cb->arg, false);
271 info->date_stop = time_parse_date(cb->arg, true);

Completed in 175 milliseconds