Home
last modified time | relevance | path

Searched refs:PF_INOUT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dpflog.h43 #define PF_INOUT 0 macro
H A Dprint-pflog.c94 { PF_INOUT, "in/out" },
/freebsd/contrib/libpcap/
H A Dpflog.h47 #define PF_INOUT 0 macro
/freebsd/sys/netpfil/pf/
H A Dpf.h49 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator
H A Dpf.c2272 case PF_INOUT: in pf_find_state_all()
10537 if (s && dndir == PF_INOUT) { in pf_pdesc_to_dnflow()
10539 } else if (dndir == PF_INOUT) { in pf_pdesc_to_dnflow()
H A Dpf_ioctl.c3789 case PF_INOUT: in pf_ioctl_natlook()
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c1566 if (super->direction == PF_INOUT) in exclude_supersets()
1567 sub->direction = PF_INOUT; in exclude_supersets()
H A Dparse.y1476 if (r.direction != PF_INOUT) {
3685 dir : /* empty */ { $$ = PF_INOUT; }
5887 if (r->direction == PF_INOUT) { in filter_consistent()
6758 if (r->direction != PF_INOUT) { in check_binat_redirspec()