FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vapi_internal.h File Reference

internal vpp api C declarations More...

+ Include dependency graph for vapi_internal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vapi_type_msg_header1_t
 
struct  vapi_type_msg_header2_t
 
struct  vapi_message_desc_t
 
struct  vapi_event_desc_t
 

Typedefs

typedef vapi_error_e(* vapi_cb_t) (struct vapi_ctx_s *, void *, vapi_error_e, bool, void *)
 
typedef void(* generic_swap_fn_t) (void *payload)
 

Functions

static void vapi_type_msg_header1_t_hton (vapi_type_msg_header1_t *h)
 
static void vapi_type_msg_header1_t_ntoh (vapi_type_msg_header1_t *h)
 
static void vapi_type_msg_header2_t_hton (vapi_type_msg_header2_t *h)
 
static void vapi_type_msg_header2_t_ntoh (vapi_type_msg_header2_t *h)
 
vapi_msg_id_t vapi_register_msg (vapi_message_desc_t *msg)
 
u16 vapi_lookup_vl_msg_id (vapi_ctx_t ctx, vapi_msg_id_t id)
 
vapi_msg_id_t vapi_lookup_vapi_msg_id_t (vapi_ctx_t ctx, u16 vl_msg_id)
 
int vapi_get_client_index (vapi_ctx_t ctx)
 
bool vapi_is_nonblocking (vapi_ctx_t ctx)
 
bool vapi_requests_empty (vapi_ctx_t ctx)
 
bool vapi_requests_full (vapi_ctx_t ctx)
 
size_t vapi_get_request_count (vapi_ctx_t ctx)
 
size_t vapi_get_max_request_count (vapi_ctx_t ctx)
 
u32 vapi_gen_req_context (vapi_ctx_t ctx)
 
void vapi_store_request (vapi_ctx_t ctx, u32 context, bool is_dump, vapi_cb_t callback, void *callback_ctx)
 
int vapi_get_payload_offset (vapi_msg_id_t id)
 
size_t vapi_get_message_size (vapi_msg_id_t id)
 
size_t vapi_get_context_offset (vapi_msg_id_t id)
 
bool vapi_msg_is_with_context (vapi_msg_id_t id)
 
size_t vapi_get_message_count ()
 
const char * vapi_get_msg_name (vapi_msg_id_t id)
 
vapi_error_e vapi_producer_lock (vapi_ctx_t ctx)
 
vapi_error_e vapi_producer_unlock (vapi_ctx_t ctx)
 

Variables

void(*)(void *payload) vapi_get_swap_to_host_func (vapi_msg_id_t id)
 
void(*)(void *payload) vapi_get_swap_to_be_func (vapi_msg_id_t id)
 

Detailed Description

internal vpp api C declarations

This file contains internal vpp api C declarations. It's not intended to be used by the client programmer and the API defined here might change at any time..

Definition in file vapi_internal.h.

Typedef Documentation

typedef void(* generic_swap_fn_t) (void *payload)

Definition at line 84 of file vapi_internal.h.

typedef vapi_error_e(* vapi_cb_t) (struct vapi_ctx_s *, void *, vapi_error_e, bool, void *)

Definition at line 81 of file vapi_internal.h.

Function Documentation

u32 vapi_gen_req_context ( vapi_ctx_t  ctx)

Definition at line 93 of file vapi.c.

int vapi_get_client_index ( vapi_ctx_t  ctx)

Definition at line 854 of file vapi.c.

+ Here is the caller graph for this function:

size_t vapi_get_context_offset ( vapi_msg_id_t  id)

Definition at line 898 of file vapi.c.

+ Here is the caller graph for this function:

size_t vapi_get_max_request_count ( vapi_ctx_t  ctx)

Definition at line 866 of file vapi.c.

size_t vapi_get_message_count ( )

Definition at line 963 of file vapi.c.

+ Here is the caller graph for this function:

size_t vapi_get_message_size ( vapi_msg_id_t  id)

Definition at line 891 of file vapi.c.

+ Here is the caller graph for this function:

const char* vapi_get_msg_name ( vapi_msg_id_t  id)

Definition at line 969 of file vapi.c.

+ Here is the caller graph for this function:

int vapi_get_payload_offset ( vapi_msg_id_t  id)

Definition at line 872 of file vapi.c.

+ Here is the caller graph for this function:

size_t vapi_get_request_count ( vapi_ctx_t  ctx)

Definition at line 101 of file vapi.c.

bool vapi_is_nonblocking ( vapi_ctx_t  ctx)

Definition at line 860 of file vapi.c.

vapi_msg_id_t vapi_lookup_vapi_msg_id_t ( vapi_ctx_t  ctx,
u16  vl_msg_id 
)

Definition at line 240 of file vapi.c.

+ Here is the caller graph for this function:

u16 vapi_lookup_vl_msg_id ( vapi_ctx_t  ctx,
vapi_msg_id_t  id 
)

Definition at line 847 of file vapi.c.

+ Here is the caller graph for this function:

bool vapi_msg_is_with_context ( vapi_msg_id_t  id)

Definition at line 738 of file vapi.c.

+ Here is the caller graph for this function:

vapi_error_e vapi_producer_lock ( vapi_ctx_t  ctx)

Definition at line 936 of file vapi.c.

vapi_error_e vapi_producer_unlock ( vapi_ctx_t  ctx)

Definition at line 949 of file vapi.c.

vapi_msg_id_t vapi_register_msg ( vapi_message_desc_t msg)

Definition at line 905 of file vapi.c.

bool vapi_requests_empty ( vapi_ctx_t  ctx)

Definition at line 113 of file vapi.c.

+ Here is the caller graph for this function:

bool vapi_requests_full ( vapi_ctx_t  ctx)

Definition at line 107 of file vapi.c.

+ Here is the caller graph for this function:

void vapi_store_request ( vapi_ctx_t  ctx,
u32  context,
bool  is_dump,
vapi_cb_t  callback,
void *  callback_ctx 
)

Definition at line 125 of file vapi.c.

+ Here is the call graph for this function:

static void vapi_type_msg_header1_t_hton ( vapi_type_msg_header1_t h)
inlinestatic

Definition at line 55 of file vapi_internal.h.

static void vapi_type_msg_header1_t_ntoh ( vapi_type_msg_header1_t h)
inlinestatic

Definition at line 61 of file vapi_internal.h.

static void vapi_type_msg_header2_t_hton ( vapi_type_msg_header2_t h)
inlinestatic

Definition at line 67 of file vapi_internal.h.

static void vapi_type_msg_header2_t_ntoh ( vapi_type_msg_header2_t h)
inlinestatic

Definition at line 73 of file vapi_internal.h.

Variable Documentation

void(*)(void *payload) vapi_get_swap_to_be_func(vapi_msg_id_t id)

Definition at line 124 of file vapi_internal.h.

void(*)(void *payload) vapi_get_swap_to_host_func(vapi_msg_id_t id)

Definition at line 123 of file vapi_internal.h.