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
vrrp_msg_enum.h
Go to the documentation of this file.
1
2
/*
3
* vrrp_msg_enum.h - vrrp plug-in message enumeration
4
*
5
* Copyright 2019-2020 Rubicon Communications, LLC (Netgate)
6
*
7
* SPDX-License-Identifier: Apache-2.0
8
*
9
*/
10
#ifndef included_vrrp_msg_enum_h
11
#define included_vrrp_msg_enum_h
12
13
#include <
vppinfra/byte_order.h
>
14
15
#define vl_msg_id(n,h) n,
16
typedef
enum
{
17
#include <
vrrp/vrrp_all_api_h.h
>
18
/* We'll want to know how many messages IDs we need... */
19
VL_MSG_FIRST_AVAILABLE
,
20
}
vl_msg_id_t
;
21
#undef vl_msg_id
22
23
#endif
/* included_vrrp_msg_enum_h */
byte_order.h
vrrp_all_api_h.h
VL_MSG_FIRST_AVAILABLE
Definition:
vrrp_msg_enum.h:19
vl_msg_id_t
vl_msg_id_t
Definition:
vrrp_msg_enum.h:16
src
plugins
vrrp
vrrp_msg_enum.h
Generated on Wed Jan 27 2021 16:52:42 for FD.io VPP by
1.8.13