Symbol: PF_IN
dist/pf/libexec/tftp-proxy/tftp-proxy.c
317
if (add_filter(1, PF_IN, (struct sockaddr *)&server,
dist/pf/sbin/pfctl/parse.y
1054
r.direction = PF_IN;
dist/pf/sbin/pfctl/parse.y
1106
r.direction = PF_IN;
dist/pf/sbin/pfctl/parse.y
2245
| IN { $$ = PF_IN; }
dist/pf/sbin/pfctl/pfctl_parser.c
773
if (r->direction == PF_IN)
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
1030
if (fops->add_filter(s->id, PF_IN, client_sa, server_sa,
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
1071
if (fops->add_filter(s->id, PF_IN, server_sa, client_sa,
libexec/identd/pf.c
49
nl.direction = PF_IN;
libexec/identd/pf.c
60
nl.direction = PF_IN;
sys/dist/pf/net/pf.c
2537
if (r->action == PF_BINAT && direction == PF_IN) {
sys/dist/pf/net/pf.c
2681
case PF_IN:
sys/dist/pf/net/pf.c
276
if (direction == PF_IN) \
sys/dist/pf/net/pf.c
2787
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
286
(*state)->rule.ptr->direction == PF_IN)) && \
sys/dist/pf/net/pf.c
3093
if (direction == PF_IN && pf_check_congestion(ifq)) {
sys/dist/pf/net/pf.c
3209
if ((nr = pf_get_translation(pd, m, off, PF_IN, kif, &nsn,
sys/dist/pf/net/pf.c
3831
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4239
direction == PF_IN ? "in" : "out",
sys/dist/pf/net/pf.c
4286
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4389
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4599
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4651
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4706
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4721
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4775
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4790
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4828
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4843
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4871
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4886
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
4937
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
5251
(dir != PF_IN && dir != PF_OUT) || oifp == NULL)
sys/dist/pf/net/pf.c
5465
(dir != PF_IN && dir != PF_OUT) || oifp == NULL)
sys/dist/pf/net/pf.c
5630
if (direction == PF_IN) {
sys/dist/pf/net/pf.c
5963
if (dir == PF_IN && action == PF_PASS && (pd.proto == IPPROTO_TCP ||
sys/dist/pf/net/pf.c
6385
if (dir == PF_IN && action == PF_PASS && (pd.proto == IPPROTO_TCP ||
sys/dist/pf/net/pf.c
751
((*state)->state_key->direction == PF_IN &&
sys/dist/pf/net/pf_ioctl.c
2101
if (direction == PF_IN) {
sys/dist/pf/net/pf_ioctl.c
2118
if (direction == PF_IN) {
sys/dist/pf/net/pf_ioctl.c
3315
if (pf_test(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)
sys/dist/pf/net/pf_ioctl.c
3365
if (pf_test6(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)
sys/dist/pf/net/pf_norm.c
1012
if (dir == PF_IN)
usr.sbin/pf/pfs/parse.y
107
global_state.direction = PF_IN;