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

  /src/libexec/identd/
pf.c 49 nl.direction = PF_IN;
60 nl.direction = PF_IN;
  /src/sys/dist/pf/net/
pf.c 276 if (direction == PF_IN) \
286 (*state)->rule.ptr->direction == PF_IN)) && \
751 ((*state)->state_key->direction == PF_IN &&
2537 if (r->action == PF_BINAT && direction == PF_IN) {
2681 case PF_IN:
2787 if (direction == PF_IN) {
3093 if (direction == PF_IN && pf_check_congestion(ifq)) {
3209 if ((nr = pf_get_translation(pd, m, off, PF_IN, kif, &nsn,
3831 if (direction == PF_IN) {
4239 direction == PF_IN ? "in" : "out"
    [all...]
pf_ioctl.c 2101 if (direction == PF_IN) {
2118 if (direction == PF_IN) {
3315 if (pf_test(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)
3365 if (pf_test6(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)
pf_norm.c 1012 if (dir == PF_IN)
pfvar.h 75 enum { PF_INOUT, PF_IN, PF_OUT };
  /src/usr.sbin/pf/pfs/
parse.y 107 global_state.direction = PF_IN;
  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 317 if (add_filter(1, PF_IN, (struct sockaddr *)&server,
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 1030 if (fops->add_filter(s->id, PF_IN, client_sa, server_sa,
1071 if (fops->add_filter(s->id, PF_IN, server_sa, client_sa,
  /src/dist/pf/sbin/pfctl/
parse.y 1054 r.direction = PF_IN;
1106 r.direction = PF_IN;
2245 | IN { $$ = PF_IN; }
pfctl_parser.c 773 if (r->direction == PF_IN)

Completed in 28 milliseconds