FD.io VPP
v19.08.3-2-gbabecb413
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
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
ct6.api
Go to the documentation of this file.
1
2
/* Define a simple enable-disable binary API to control the feature */
3
4
define ct6_enable_disable {
5
/* Client identifier, set from api_main.my_client_index */
6
u32
client_index
;
7
8
/* Arbitrary context, so client can match reply to request */
9
u32
context
;
10
11
/* Enable / disable the feature */
12
u8
enable_disable
;
13
14
/* Inside or outside interface */
15
u8
is_inside
;
16
17
/* Interface handle */
18
u32
sw_if_index
;
19
};
20
21
define ct6_enable_disable_reply {
22
/* From the request */
23
u32
context
;
24
25
/* Return value, zero means all OK */
26
i32
retval
;
27
};
vl_api_ct6_enable_disable_t::client_index
u32 client_index
Definition:
ct6.api:6
u8
unsigned char u8
Definition:
types.h:56
vl_api_ct6_enable_disable_reply_t::retval
i32 retval
Definition:
ct6.api:26
u32
unsigned int u32
Definition:
types.h:88
vl_api_ct6_enable_disable_t::enable_disable
u8 enable_disable
Definition:
ct6.api:12
vl_api_ct6_enable_disable_t::is_inside
u8 is_inside
Definition:
ct6.api:15
vl_api_ct6_enable_disable_t::context
u32 context
Definition:
ct6.api:9
i32
signed int i32
Definition:
types.h:77
vl_api_ct6_enable_disable_reply_t::context
u32 context
Definition:
ct6.api:23
vl_api_ct6_enable_disable_t::sw_if_index
u32 sw_if_index
Definition:
ct6.api:18
src
plugins
ct6
ct6.api
Generated on Mon Oct 19 2020 14:03:03 for FD.io VPP by
1.8.13