|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef SRC_VNET_UDP_UDP_LOCAL_H_
17 #define SRC_VNET_UDP_UDP_LOCAL_H_
21 #define foreach_udp4_dst_port \
23 _ (67, dhcp_to_server) \
24 _ (68, dhcp_to_client) \
35 _ (48879, vxlan_gbp) \
42 #define foreach_udp6_dst_port \
44 _ (547, dhcpv6_to_server) \
45 _ (546, dhcpv6_to_client) \
51 _ (48879, vxlan6_gbp) \
52 _ (4790, VXLAN6_GPE) \
60 #define _(n,f) UDP_DST_PORT_##f = n,
67 #define _(n,f) UDP6_DST_PORT_##f = n,
vl_api_ip_port_and_mask_t dst_port
void udp_register_dst_port(vlib_main_t *vm, udp_dst_port_t dst_port, u32 node_index, u8 is_ip4)
u8 udp_is_valid_dst_port(udp_dst_port_t dst_port, u8 is_ip4)
#define foreach_udp4_dst_port
#define foreach_udp6_dst_port
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
void udp_unregister_dst_port(vlib_main_t *vm, udp_dst_port_t dst_port, u8 is_ip4)