HomeSort by: relevance | last modified time | path
    Searched refs:PF_LOG_ALL (Results 1 - 6 of 6) sorted by relevancy

  /src/dist/pf/libexec/tftp-proxy/
filter.c 175 rule_log = PF_LOG_ALL;
  /src/dist/pf/usr.sbin/ftp-proxy/
filter.c 203 rule_log = PF_LOG_ALL;
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 783 if (r->log & PF_LOG_ALL)
parse.y 2276 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; }
  /src/sys/dist/pf/net/
pfvar.h 137 #define PF_LOG_ALL 0x02
pf.c 3535 s->log = r->log & PF_LOG_ALL;
3537 s->log |= nr->log & PF_LOG_ALL;
5979 s->nat_rule.ptr->log & PF_LOG_ALL)
6401 s->nat_rule.ptr->log & PF_LOG_ALL)

Completed in 21 milliseconds