Go to the source code of this file.
|
void | ip_neighbor_scan_enable_disable (ip_neighbor_scan_arg_t *arg) |
|
static_always_inline u32 | ip_neighbor_scan (vlib_main_t *vm, f64 start_time, u32 start_idx, u8 is_ip6, u8 delete_stale, u8 *update_count) |
|
static uword | neighbor_scan_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f) |
|
static clib_error_t * | ip_neighbor_scan_cli (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_ip_scan_mode (u8 *s, va_list *args) |
|
static clib_error_t * | show_ip_neighbor_scan (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
#define IP_NEIGHBOR_DEF_MAX_PROC_TIME (20e-6) |
#define IP_NEIGHBOR_DEF_MAX_UPDATE 10 |
#define IP_NEIGHBOR_DEF_SCAN_INT_DELAY (1e-3) |
#define IP_NEIGHBOR_DEF_SCAN_INTERVAL (60.0) |
static u8* format_ip_scan_mode |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.path = "ip scan-neighbor",
.short_help = "ip scan-neighbor [ip4|ip6|both|disable] [interval <n-min>] [max-time <n-usec>] [max-update <n>] [delay <n-msec>] [stale <n-min>]",
.is_mp_safe = 1,
}
static clib_error_t * ip_neighbor_scan_cli(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (ip_scan_neighbor_command)
Definition at line 337 of file ip_neighbor.c.
Initial value:= {
.name = "ip-neighbor-scan-process",
}
static uword neighbor_scan_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
(constructor) VLIB_REGISTER_NODE (neighbor_scan_process_node)
Definition at line 227 of file ip_neighbor.c.
Initial value:= {
.path = "show ip scan-neighbor",
.short_help = "show ip scan-neighbor",
.is_mp_safe = 1,
}
static clib_error_t * show_ip_neighbor_scan(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_ip_scan_neighbor_command)
Definition at line 394 of file ip_neighbor.c.