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.h108 time_t last_active_timestamp; member
188 time_t last_active_timestamp; member
H A Dlibpfctl.c740 rule->last_active_timestamp = nvlist_get_number(nvl, "timestamp"); in pf_nvrule_to_rule()
887 rule->last_active_timestamp = nvlist_get_number(nvl, "timestamp"); in pfctl_nveth_rule_to_eth_rule()
1657 { .type = PF_RT_TIMESTAMP, .off = _OUT(r.last_active_timestamp), .cb = snl_attr_get_uint64 },
/freebsd/sbin/pfctl/
H A Dpfctl.c1025 if (rule->last_active_timestamp != 0) { in pfctl_print_eth_rule_counters()
1026 bcopy(ctime(&rule->last_active_timestamp), timestr, in pfctl_print_eth_rule_counters()
1084 if (rule->last_active_timestamp != 0) { in pfctl_print_rule_counters()
1085 bcopy(ctime(&rule->last_active_timestamp), timestr, in pfctl_print_rule_counters()