FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | clib_error_handler_t |
Macros | |
#define | HAVE_ERRNO |
Functions | |
void | clib_error_register_handler (clib_error_handler_func_t func, void *arg) |
static void | debugger (void) |
static void | error_exit (int code) |
static u8 * | dispatch_message (u8 *msg) |
void * | clib_error_free_vector (clib_error_t *errors) |
u8 * | format_clib_error (u8 *s, va_list *va) |
Variables | |
static clib_error_handler_t * | handlers = 0 |
void* clib_error_free_vector | ( | clib_error_t * | errors | ) |
void clib_error_register_handler | ( | clib_error_handler_func_t | func, |
void * | arg | ||
) |
|
static |
|
static |
|
static |