#include "common.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <time.h>#include <string.h>#include <assert.h>Functions | |
| void | xlogf (int level, const char *fmt,...) |
| Logging function. | |
| void | ikev2_set_log_callback (t_ikev2_log_vcallback callback) |
| Set log function callback. | |
Variables | |
| static t_ikev2_log_vcallback | f_log = NULL |
| log function callback | |
|
|
Set log function callback.
|
|
||||||||||||||||
|
Logging function.
|
|
|
log function callback
|