OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PF_IN
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
pf.h
35
enum { PF_INOUT=0,
PF_IN
=1, PF_OUT=2 };
pflog.h
44
#define
PF_IN
1
print-pflog.c
100
{
PF_IN
, "in" },
/src/libexec/identd/
pf.c
49
nl.direction =
PF_IN
;
60
nl.direction =
PF_IN
;
/src/external/bsd/libpcap/dist/
pflog.h
48
#define
PF_IN
1
gencode.c
8728
((dir == 0) ?
PF_IN
: PF_OUT));
/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 32 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026