FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
memif_msg_t Struct Reference
+ Collaboration diagram for memif_msg_t:

Data Fields

memif_msg_type_t type:16
 
union {
   memif_msg_hello_t   hello
 
   memif_msg_init_t   init
 
   memif_msg_add_region_t   add_region
 
   memif_msg_add_ring_t   add_ring
 
   memif_msg_connect_t   connect
 
   memif_msg_connected_t   connected
 
   memif_msg_disconnect_t   disconnect
 
}; 
 
union {
   memif_msg_hello_t   hello
 
   memif_msg_init_t   init
 
   memif_msg_add_region_t   add_region
 
   memif_msg_add_ring_t   add_ring
 
   memif_msg_connect_t   connect
 
   memif_msg_connected_t   connected
 
   memif_msg_disconnect_t   disconnect
 
}; 
 

Detailed Description

Definition at line 127 of file memif.h.

Field Documentation

◆ @613

union { ... }

◆ @634

union { ... }

◆ add_region

memif_msg_add_region_t memif_msg_t::add_region

Definition at line 134 of file memif.h.

◆ add_ring

memif_msg_add_ring_t memif_msg_t::add_ring

Definition at line 135 of file memif.h.

◆ connect

memif_msg_connect_t memif_msg_t::connect

Definition at line 136 of file memif.h.

◆ connected

memif_msg_connected_t memif_msg_t::connected

Definition at line 137 of file memif.h.

◆ disconnect

memif_msg_disconnect_t memif_msg_t::disconnect

Definition at line 138 of file memif.h.

◆ hello

memif_msg_hello_t memif_msg_t::hello

Definition at line 132 of file memif.h.

◆ init

memif_msg_init_t memif_msg_t::init

Definition at line 133 of file memif.h.

◆ type

memif_msg_type_t memif_msg_t::type

Definition at line 129 of file memif.h.


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