FD.io VPP  v18.04-17-g3a0d853
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 125 of file memif.h.

Field Documentation

union { ... }
union { ... }
memif_msg_add_region_t memif_msg_t::add_region

Definition at line 132 of file memif.h.

memif_msg_add_ring_t memif_msg_t::add_ring

Definition at line 133 of file memif.h.

memif_msg_connect_t memif_msg_t::connect

Definition at line 134 of file memif.h.

memif_msg_connected_t memif_msg_t::connected

Definition at line 135 of file memif.h.

memif_msg_disconnect_t memif_msg_t::disconnect

Definition at line 136 of file memif.h.

memif_msg_hello_t memif_msg_t::hello

Definition at line 130 of file memif.h.

memif_msg_init_t memif_msg_t::init

Definition at line 131 of file memif.h.

memif_msg_type_t memif_msg_t::type

Definition at line 127 of file memif.h.


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