FD.io VPP
v21.06-3-gbb25fbf28
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
udp_error.def
Go to the documentation of this file.
1
/*
2
* udp_error.def: udp errors
3
*
4
* Copyright (c) 2013-2019 Cisco and/or its affiliates.
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at:
8
*
9
* http://www.apache.org/licenses/LICENSE-2.0
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
18
udp_error
(NONE,
"No error"
)
19
udp_error
(NO_LISTENER, "No
listener
for
dst
port
")
20
udp_error
(LENGTH_ERROR, "Packets with
length
errors")
21
udp_error
(PUNT, "No
listener
punt
")
22
udp_error
(ENQUEUED, "Packets enqueued")
23
udp_error
(FIFO_FULL, "Fifo full")
24
udp_error
(NOT_READY, "Connection not ready")
25
udp_error
(ACCEPT, "Accepted session")
26
udp_error
(CREATE_SESSION, "Failed
to
create session")
27
udp_error
(MQ_FULL, "Application msg queue full")
to
u32 * to
Definition:
interface_output.c:1078
listener
Definition:
test_stats.cpp:7
port
u16 port
Definition:
lb_types.api:73
udp_error
udp_error(NONE, "No error") udp_error(NO_LISTENER
punt
typedef punt
Full description of which packets are requested to be punted.
Definition:
punt.api:75
dst
vl_api_ip4_address_t dst
Definition:
pnat.api:41
for
for(i=1;i<=collision_buckets;i++)
Definition:
flowhash_template.h:378
length
char const int length
Definition:
cJSON.h:163
src
vnet
udp
udp_error.def
Generated on Sat Jan 8 2022 10:05:35 for FD.io VPP by
1.8.17