Home
last modified time | relevance | path

Searched refs:last_active_timestamp (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libpfctl/
H A Dlibpfctl.h110 time_t last_active_timestamp; member
207 time_t last_active_timestamp; member
H A Dlibpfctl.c750 rule->last_active_timestamp = nvlist_get_number(nvl, "timestamp"); in pf_nvrule_to_rule()
897 rule->last_active_timestamp = nvlist_get_number(nvl, "timestamp"); in pfctl_nveth_rule_to_eth_rule()
1696 { .type = PF_RT_TIMESTAMP, .off = _OUT(r.last_active_timestamp), .cb = snl_attr_get_uint64 },
/freebsd/sbin/pfctl/
H A Dpfctl.c1178 if (rule->last_active_timestamp != 0) { in pfctl_print_eth_rule_counters()
1179 bcopy(ctime(&rule->last_active_timestamp), timestr, in pfctl_print_eth_rule_counters()
1240 if (rule->last_active_timestamp != 0) { in pfctl_print_rule_counters()
1241 bcopy(ctime(&rule->last_active_timestamp), timestr, in pfctl_print_rule_counters()