FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
udp_ping_main_t Struct Reference

udp-ping main data-structure. More...

+ Collaboration diagram for udp_ping_main_t:

Data Fields

ip46_udp_ping_flowip46_flow
 Vector od udp-ping data. More...
 
u64 timer_interval
 Stores the time interval at which process node has to wake up. More...
 
vlib_main_tvlib_main
 Pointer to VLib main for the node - ipfix-collector. More...
 
vnet_main_tvnet_main
 Pointer to vnet main for convenience. More...
 
u16 msg_id_base
 API message ID base. More...
 

Detailed Description

udp-ping main data-structure.

Definition at line 105 of file udp_ping.h.

Field Documentation

ip46_udp_ping_flow* udp_ping_main_t::ip46_flow

Vector od udp-ping data.

Definition at line 108 of file udp_ping.h.

u16 udp_ping_main_t::msg_id_base

API message ID base.

Definition at line 120 of file udp_ping.h.

u64 udp_ping_main_t::timer_interval

Stores the time interval at which process node has to wake up.

Definition at line 111 of file udp_ping.h.

vlib_main_t* udp_ping_main_t::vlib_main

Pointer to VLib main for the node - ipfix-collector.

Definition at line 114 of file udp_ping.h.

vnet_main_t* udp_ping_main_t::vnet_main

Pointer to vnet main for convenience.

Definition at line 117 of file udp_ping.h.


The documentation for this struct was generated from the following file: