Searched refs:PF_IN (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/sys/contrib/pf/net/ |
| D | pf_lb.c | 245 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:
|
| D | pf.c | 385 (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 …]
|
| D | pf_ioctl.c | 2453 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,
|
| D | pfvar.h | 79 enum { PF_INOUT, PF_IN, PF_OUT }; enumerator
|
| D | pf_norm.c | 1339 if (dir == PF_IN)
|
| /freebsd-9-stable/contrib/tcpdump/ |
| D | print-pflog.c | 84 { PF_IN, "in" },
|
| /freebsd-9-stable/contrib/pf/tftp-proxy/ |
| D | tftp-proxy.c | 290 if (add_filter(1, PF_IN, (struct sockaddr *)&server, in main()
|
| /freebsd-9-stable/contrib/pf/ftp-proxy/ |
| D | ftp-proxy.c | 1002 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/ |
| D | parse.y | 1210 r.direction = PF_IN; 1262 r.direction = PF_IN; 2532 | IN { $$ = PF_IN; }
|
| D | pfctl_parser.c | 754 if (r->direction == PF_IN) in print_rule()
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | gencode.c | 7484 (bpf_int32)((dir == 0) ? PF_IN : PF_OUT));
|