FD.io VPP
v21.01
Vector Packet Processing
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Functions
d
f
g
l
m
n
o
p
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
c
e
g
h
k
m
n
o
r
s
+
Related Functions
c
d
e
h
i
m
o
p
r
s
v
+
Source
Files
+
Symbols
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
nat_types.api
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020 Cisco and/or its affiliates.
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at:
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
16
option
version
=
"0.0.1"
;
17
18
typedef
nat_timeouts
19
{
20
u32
udp;
21
u32
tcp_established
;
22
u32
tcp_transitory
;
23
u32
icmp
;
24
};
25
26
enum
nat_log_level
:
u8
27
{
28
NAT_LOG_NONE
= 0x00,
29
NAT_LOG_ERROR
= 0x01,
30
NAT_LOG_WARNING
= 0x02,
31
NAT_LOG_NOTICE
= 0x03,
32
NAT_LOG_INFO
= 0x04,
33
NAT_LOG_DEBUG
= 0x05,
34
};
35
36
enum
nat_config_flags
:
u8
37
{
38
NAT_IS_NONE
= 0x00,
39
NAT_IS_TWICE_NAT
= 0x01,
40
NAT_IS_SELF_TWICE_NAT
= 0x02,
41
NAT_IS_OUT2IN_ONLY
= 0x04,
42
NAT_IS_ADDR_ONLY
= 0x08,
43
NAT_IS_OUTSIDE
= 0x10,
44
NAT_IS_INSIDE
= 0x20,
45
NAT_IS_STATIC
= 0x40,
46
NAT_IS_EXT_HOST_VALID
= 0x80,
47
};
tcp_transitory
u32 tcp_transitory
Definition:
nat_types.api:22
NAT_LOG_NONE
Definition:
nat_types.api:28
NAT_IS_SELF_TWICE_NAT
Definition:
nat_types.api:40
NAT_IS_OUT2IN_ONLY
Definition:
nat_types.api:41
u8
unsigned char u8
Definition:
types.h:56
nat_config_flags
nat_config_flags
Definition:
nat_types.api:36
NAT_IS_INSIDE
Definition:
nat_types.api:44
NAT_LOG_DEBUG
Definition:
nat_types.api:33
u32
unsigned int u32
Definition:
types.h:88
NAT_LOG_INFO
Definition:
nat_types.api:32
NAT_IS_OUTSIDE
Definition:
nat_types.api:43
nat_timeouts
typedef nat_timeouts
Definition:
nat_types.api:19
version
option version
Definition:
nat_types.api:16
tcp_established
u32 tcp_established
Definition:
nat_types.api:21
NAT_IS_NONE
Definition:
nat_types.api:38
NAT_LOG_ERROR
Definition:
nat_types.api:29
NAT_LOG_WARNING
Definition:
nat_types.api:30
nat_log_level
nat_log_level
Definition:
nat_types.api:26
NAT_LOG_NOTICE
Definition:
nat_types.api:31
NAT_IS_STATIC
Definition:
nat_types.api:45
NAT_IS_TWICE_NAT
Definition:
nat_types.api:39
icmp
u32 icmp
Definition:
nat_types.api:23
NAT_IS_ADDR_ONLY
Definition:
nat_types.api:42
NAT_IS_EXT_HOST_VALID
Definition:
nat_types.api:46
src
plugins
nat
nat_types.api
Generated on Wed Jan 27 2021 16:52:31 for FD.io VPP by
1.8.13