FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vapi_message_desc_t Struct Reference

Data Fields

const char * name
 
size_t name_len
 
const char * name_with_crc
 
size_t name_with_crc_len
 
bool has_context
 
unsigned int context_offset
 
unsigned int payload_offset
 
size_t size
 
generic_swap_fn_t swap_to_be
 
generic_swap_fn_t swap_to_host
 
vapi_msg_id_t id
 

Detailed Description

Definition at line 86 of file vapi_internal.h.

Field Documentation

◆ context_offset

unsigned int vapi_message_desc_t::context_offset

Definition at line 93 of file vapi_internal.h.

◆ has_context

bool vapi_message_desc_t::has_context

Definition at line 92 of file vapi_internal.h.

◆ id

vapi_msg_id_t vapi_message_desc_t::id

Definition at line 98 of file vapi_internal.h.

◆ name

const char* vapi_message_desc_t::name

Definition at line 88 of file vapi_internal.h.

◆ name_len

size_t vapi_message_desc_t::name_len

Definition at line 89 of file vapi_internal.h.

◆ name_with_crc

const char* vapi_message_desc_t::name_with_crc

Definition at line 90 of file vapi_internal.h.

◆ name_with_crc_len

size_t vapi_message_desc_t::name_with_crc_len

Definition at line 91 of file vapi_internal.h.

◆ payload_offset

unsigned int vapi_message_desc_t::payload_offset

Definition at line 94 of file vapi_internal.h.

◆ size

size_t vapi_message_desc_t::size

Definition at line 95 of file vapi_internal.h.

◆ swap_to_be

generic_swap_fn_t vapi_message_desc_t::swap_to_be

Definition at line 96 of file vapi_internal.h.

◆ swap_to_host

generic_swap_fn_t vapi_message_desc_t::swap_to_host

Definition at line 97 of file vapi_internal.h.


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