Home
last modified time | relevance | path

Searched refs:PF_IN (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/sys/contrib/pf/net/
Dpf_lb.c245 if (r->action == PF_BINAT && direction == PF_IN) { in pf_match_translation()
358 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) {
364 if (pf_find_state_all(&key, PF_IN, NULL) == NULL) {
385 if (pf_find_state_all(&key, PF_IN, NULL) ==
397 if (pf_find_state_all(&key, PF_IN, NULL) ==
711 case PF_IN:
Dpf.c385 (s)->rule.ptr->direction == PF_IN)) && \
400 (s)->rule.ptr->direction == PF_IN)) && \
647 ((*state)->direction == PF_IN &&
1063 if (pd->dir == PF_IN) {
1271 sk == (dir == PF_IN ? si->s->key[PF_SK_WIRE] :
1298 (sk == (dir == PF_IN ? si->s->key[PF_SK_WIRE] :
1866 case PF_IN:
3022 if (direction == PF_IN) {
3368 if (direction == PF_IN && pf_check_congestion(ifq)) {
4451 pd->dir == PF_IN ? "in" : "out",
[all …]
Dpf_ioctl.c2453 sidx = (direction == PF_IN) ? 1 : 0;
2454 didx = (direction == PF_IN) ? 0 : 1;
4131 chk = pf_test(PF_IN, ifp, m, NULL, inp);
4201 chk = pf_test6(PF_IN, (*m)->m_flags & M_LOOP ? V_loif : ifp, m,
Dpfvar.h79 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator
Dpf_norm.c1339 if (dir == PF_IN)
/freebsd-9-stable/contrib/tcpdump/
Dprint-pflog.c84 { PF_IN, "in" },
/freebsd-9-stable/contrib/pf/tftp-proxy/
Dtftp-proxy.c290 if (add_filter(1, PF_IN, (struct sockaddr *)&server, in main()
/freebsd-9-stable/contrib/pf/ftp-proxy/
Dftp-proxy.c1002 if (add_filter(s->id, PF_IN, client_sa, server_sa, in allow_data_connection()
1043 if (add_filter(s->id, PF_IN, server_sa, client_sa, s->port) == in allow_data_connection()
/freebsd-9-stable/contrib/pf/pfctl/
Dparse.y1210 r.direction = PF_IN;
1262 r.direction = PF_IN;
2532 | IN { $$ = PF_IN; }
Dpfctl_parser.c754 if (r->direction == PF_IN) in print_rule()
/freebsd-9-stable/contrib/libpcap/
Dgencode.c7484 (bpf_int32)((dir == 0) ? PF_IN : PF_OUT));