FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
lawful_intercept.c File Reference
+ Include dependency graph for lawful_intercept.c:

Go to the source code of this file.

Functions

static clib_error_tset_li_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tli_init (vlib_main_t *vm)
 

Variables

static vlib_cli_command_t set_li_command
 (constructor) VLIB_CLI_COMMAND (set_li_command) More...
 

Function Documentation

static clib_error_t* li_init ( vlib_main_t vm)
static

Definition at line 102 of file lawful_intercept.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* set_li_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 20 of file lawful_intercept.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t set_li_command
static
Initial value:
= {
.path = "set li",
.short_help =
"set li src <ip4-address> collector <ip4-address> udp-port <nnnn>",
.function = set_li_command_fn,
}
static clib_error_t * set_li_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (set_li_command)

Definition at line 94 of file lawful_intercept.c.