OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPF_NATIN
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/npf/npftest/libnpftest/
npf_nat_test.c
17
#define NPF_BINAT (
NPF_NATIN
| NPF_NATOUT)
76
NPF_NATIN
, IFNAME_EXT, PFIL_IN,
81
NPF_NATIN
, IFNAME_EXT, PFIL_OUT,
/src/usr.sbin/npf/npfctl/
npf_build.c
1003
if ((type &
NPF_NATIN
) != 0 && ap1->ap_netaddr == NULL) {
1014
binat = (
NPF_NATIN
| NPF_NATOUT) == type;
1024
if (type &
NPF_NATIN
) {
1038
if (type &
NPF_NATIN
) {
1092
if (type &
NPF_NATIN
) {
1096
nt1 = npfctl_build_nat(
NPF_NATIN
, ifname,
npf_parse.y
430
: ARROWBOTH { $$ =
NPF_NATIN
| NPF_NATOUT; }
431
| ARROWLEFT { $$ =
NPF_NATIN
; }
npf_show.c
744
case
NPF_NATIN
:
/src/sys/net/npf/
npf_nat.c
44
* inbound (
NPF_NATIN
). It should not be confused with connection
196
if (((np->n_type ==
NPF_NATIN
) ^ (np->n_type == NPF_NATOUT)) == 0) {
390
KASSERT(type ==
NPF_NATIN
|| type == NPF_NATOUT);
540
KASSERT(np->n_type ==
NPF_NATIN
);
698
CTASSERT(
NPF_NATIN
== PFIL_IN && NPF_NATOUT == PFIL_OUT);
npf.h
255
#define
NPF_NATIN
1
npf_conn.c
566
[
NPF_NATIN
] = NPF_SRC,
579
KASSERT(ntype == NPF_NATOUT || ntype ==
NPF_NATIN
);
/src/dist/pf/usr.sbin/ftp-proxy/
npf.c
333
nt = npf_nat_create(
NPF_NATIN
, NPF_NAT_PORTS, NULL);
Completed in 18 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025