Home
last modified time | relevance | path

Searched refs:PF_LOG_ALL (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.sbin/tftp-proxy/
Dfilter.c134 rule_log = PF_LOG_ALL; in init_filter()
/openbsd/src/usr.sbin/ftp-proxy/
Dfilter.c151 rule_log = PF_LOG_ALL; in init_filter()
/openbsd/src/sys/net/
Dpfvar.h157 #define PF_LOG_ALL 0x02 macro
Dpf.c4622 st->log = act->log & PF_LOG_ALL; in pf_create_state()
7926 if (pd.pflog & PF_LOG_FORCE || r->log & PF_LOG_ALL) in pf_test()
7930 if (ri->r->log & PF_LOG_ALL) in pf_test()
/openbsd/src/sbin/pfctl/
Dpfctl_parser.c811 if (r->log & PF_LOG_ALL) in print_rule()
Dparse.y2368 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; }