Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tcpdump/dist/
H A Dpf_print_state.c291 (unsigned long long)pf_state_counter_from_pfsync(s->packets[0]), in print_state()
292 (unsigned long long)pf_state_counter_from_pfsync(s->packets[1]), in print_state()
293 (unsigned long long)pf_state_counter_from_pfsync(s->bytes[0]), in print_state()
294 (unsigned long long)pf_state_counter_from_pfsync(s->bytes[1])); in print_state()
307 (unsigned long long int)pf_state_counter_from_pfsync(s->id), in print_state()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpf_print_state.c282 (unsigned long long int)pf_state_counter_from_pfsync(s->packets[0]), in print_state()
283 (unsigned long long int)pf_state_counter_from_pfsync(s->packets[1]), in print_state()
284 (unsigned long long int)pf_state_counter_from_pfsync(s->bytes[0]), in print_state()
285 (unsigned long long int)pf_state_counter_from_pfsync(s->bytes[1])); in print_state()
298 (unsigned long long int)pf_state_counter_from_pfsync(s->id), in print_state()
/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h879 #define pf_state_counter_from_pfsync(s) \ macro