FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
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:1096
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:37:04 for FD.io VPP by
1.8.17