FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
pppoe_api.c File Reference
+ Include dependency graph for pppoe_api.c:

Go to the source code of this file.

Macros

#define vl_msg_id(n, h)   n,
 
#define vl_typedefs
 
#define vl_endianfun
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define vl_api_version(n, v)   static u32 api_version=(v);
 
#define vl_msg_name_crc_list
 
#define REPLY_MSG_ID_BASE   pem->msg_id_base
 
#define foreach_pppoe_plugin_api_msg
 

Enumerations

enum  vl_msg_id_t {
  VL_ILLEGAL_MESSAGE_ID = 0, VL_ILLEGAL_MESSAGE_ID = 0, VL_ILLEGAL_MESSAGE_ID = 0, VL_MSG_FIRST_AVAILABLE,
  VL_ILLEGAL_MESSAGE_ID = 0, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE,
  VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE, VL_MSG_FIRST_AVAILABLE
}
 

Functions

static void setup_message_id_table (pppoe_main_t *pem, api_main_t *am)
 
static void vl_api_pppoe_add_del_session_t_handler (vl_api_pppoe_add_del_session_t *mp)
 
static void send_pppoe_session_details (pppoe_session_t *t, unix_shared_memory_queue_t *q, u32 context)
 
static void vl_api_pppoe_session_dump_t_handler (vl_api_pppoe_session_dump_t *mp)
 
static clib_error_tpppoe_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (pppoe_api_hookup)
 

Macro Definition Documentation

#define foreach_pppoe_plugin_api_msg
Value:
_(PPPOE_ADD_DEL_SESSION, pppoe_add_del_session) \
_(PPPOE_SESSION_DUMP, pppoe_session_dump)

Definition at line 78 of file pppoe_api.c.

#define REPLY_MSG_ID_BASE   pem->msg_id_base

Definition at line 66 of file pppoe_api.c.

#define vl_api_version (   n,
  v 
)    static u32 api_version=(v);

Definition at line 58 of file pppoe_api.c.

#define vl_endianfun

Definition at line 47 of file pppoe_api.c.

#define vl_msg_id (   n,
  h 
)    n,

Definition at line 32 of file pppoe_api.c.

#define vl_msg_name_crc_list

Definition at line 62 of file pppoe_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 52 of file pppoe_api.c.

#define vl_printfun

Definition at line 53 of file pppoe_api.c.

#define vl_typedefs

Definition at line 42 of file pppoe_api.c.

Enumeration Type Documentation

Enumerator
VL_ILLEGAL_MESSAGE_ID 
VL_ILLEGAL_MESSAGE_ID 
VL_ILLEGAL_MESSAGE_ID 
VL_MSG_FIRST_AVAILABLE 
VL_ILLEGAL_MESSAGE_ID 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 
VL_MSG_FIRST_AVAILABLE 

Definition at line 33 of file pppoe_api.c.

Function Documentation

static clib_error_t* pppoe_api_hookup ( vlib_main_t vm)
static

Definition at line 191 of file pppoe_api.c.

+ Here is the call graph for this function:

static void send_pppoe_session_details ( pppoe_session_t t,
unix_shared_memory_queue_t q,
u32  context 
)
static

Definition at line 121 of file pppoe_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( pppoe_main_t pem,
api_main_t am 
)
static

Definition at line 70 of file pppoe_api.c.

+ Here is the caller graph for this function:

static void vl_api_pppoe_add_del_session_t_handler ( vl_api_pppoe_add_del_session_t mp)
static

Definition at line 83 of file pppoe_api.c.

+ Here is the call graph for this function:

static void vl_api_pppoe_session_dump_t_handler ( vl_api_pppoe_session_dump_t mp)
static

Definition at line 153 of file pppoe_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( pppoe_api_hookup  )

+ Here is the caller graph for this function: