Go to the source code of this file.
|
static void | ip4_input_check_x2 (vlib_main_t *vm, vlib_node_runtime_t *error_node, vlib_buffer_t *p0, vlib_buffer_t *p1, ip4_header_t *ip0, ip4_header_t *ip1, u32 *next0, u32 *next1, int verify_checksum) |
|
static void | ip4_input_check_x1 (vlib_main_t *vm, vlib_node_runtime_t *error_node, vlib_buffer_t *p0, ip4_header_t *ip0, u32 *next0, int verify_checksum) |
|
Enumerator |
---|
IP4_INPUT_NEXT_DROP |
|
IP4_INPUT_NEXT_PUNT |
|
IP4_INPUT_NEXT_LOOKUP |
|
IP4_INPUT_NEXT_LOOKUP_MULTICAST |
|
IP4_INPUT_NEXT_ICMP_ERROR |
|
IP4_INPUT_N_NEXT |
|
Definition at line 48 of file ip4_input.h.
char* ip4_error_strings[] |