FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
Main Page
Related Pages
Modules
Namespaces
Data Structures
Source
Files
Symbols
udp_ping.api
Go to the documentation of this file.
1
/* Hey Emacs use -*- mode: C -*- */
2
/*
3
* Copyright (c) 2017 Cisco and/or its affiliates.
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at:
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
vl_api_version
1.0.0
18
19
/** \brief UDP-Probe Add/Delete request
20
@param src_ip_address - Source ipv4/v6 address for the udp-ping flow
21
@param dst_ip_address - Destination ipv4/v6 address for the udp-ping flow
22
@param start_src_port - Starting source port of port range for udp-ping
23
@param end_src_port - End source port of port range for udp-ping
24
@param start_dst_port - Starting destination port of port range for udp-ping
25
@param end_dst_port - End destination port of port range for udp-ping
26
@param interval - Time interval in seconds at which udp-probe need to be sent
27
@param is_ipv4 - To determine whether IPv4 or IPv6 address is used
28
@param dis - TRUE is delete, FALSE if Add
29
*/
30
define udp_ping_add_del_req {
31
u32
client_index
;
32
u32
context
;
33
u8
src_ip_address[16];
34
u8
dst_ip_address[16];
35
u16
start_src_port
;
36
u16
end_src_port
;
37
u16
start_dst_port
;
38
u16
end_dst_port
;
39
u16
interval
;
40
u8
is_ipv4
;
41
u8
dis
;
42
u8
fault_det
;
43
u8
reserve[3];
44
};
45
46
/** \brief Udp-probe add/del response
47
@param context - sender context, to match reply w/ request
48
@param retval - return value for request
49
*/
50
define udp_ping_add_del_reply {
51
u32
context
;
52
i32
retval
;
53
};
54
55
/** \brief Udp-probe export add/del request
56
@param context - sender context, to match reply w/ request
57
@param retval - return value for request
58
@param enable - If TRUE then enable export else disable
59
*/
60
define udp_ping_export_req {
61
u32
client_index
;
62
u32
context
;
63
u32
enable
;
64
};
65
66
/** \brief Udp-probe export add/del response
67
@param context - sender context, to match reply w/ request
68
@param retval - return value for request
69
*/
70
define udp_ping_export_reply {
71
u32
context
;
72
i32
retval
;
73
};
74
vl_api_udp_ping_add_del_req_t::end_src_port
u16 end_src_port
Definition:
udp_ping.api:36
vl_api_udp_ping_add_del_req_t::interval
u16 interval
Definition:
udp_ping.api:39
vl_api_version
#define vl_api_version(n, v)
Definition:
jvpp_registry.c:18
i32
int i32
Definition:
types.h:81
vl_api_udp_ping_export_req_t::client_index
u32 client_index
Definition:
udp_ping.api:61
vl_api_udp_ping_add_del_req_t::start_dst_port
u16 start_dst_port
Definition:
udp_ping.api:37
vl_api_udp_ping_add_del_reply_t::context
u32 context
Definition:
udp_ping.api:51
vl_api_udp_ping_export_reply_t::retval
i32 retval
Definition:
udp_ping.api:72
vl_api_udp_ping_add_del_req_t::client_index
u32 client_index
Definition:
udp_ping.api:31
vl_api_udp_ping_export_req_t::context
u32 context
Definition:
udp_ping.api:62
u32
unsigned int u32
Definition:
types.h:88
vl_api_udp_ping_add_del_req_t::is_ipv4
u8 is_ipv4
Definition:
udp_ping.api:40
vl_api_udp_ping_add_del_req_t::context
u32 context
Definition:
udp_ping.api:32
u16
unsigned short u16
Definition:
types.h:57
vl_api_udp_ping_add_del_req_t::dis
u8 dis
Definition:
udp_ping.api:41
vl_api_udp_ping_add_del_req_t::start_src_port
u16 start_src_port
Definition:
udp_ping.api:35
u8
unsigned char u8
Definition:
types.h:56
vl_api_udp_ping_add_del_reply_t::retval
i32 retval
Definition:
udp_ping.api:52
vl_api_udp_ping_add_del_req_t::fault_det
u8 fault_det
Definition:
udp_ping.api:42
vl_api_udp_ping_add_del_req_t::end_dst_port
u16 end_dst_port
Definition:
udp_ping.api:38
vl_api_udp_ping_export_reply_t::context
u32 context
Definition:
udp_ping.api:71
vl_api_udp_ping_export_req_t::enable
u32 enable
Definition:
udp_ping.api:63
src
plugins
ioam
udp-ping
udp_ping.api
Generated on Wed Sep 5 2018 06:02:01 for FD.io VPP by
1.8.11