#include "conntrackd.h"#include "netlink.h"#include "filter.h"#include "log.h"#include "alarm.h"#include "fds.h"#include "traffic_stats.h"#include "process.h"#include "origin.h"#include "date.h"#include "internal.h"#include <errno.h>#include <signal.h>#include <stdlib.h>#include <unistd.h>#include <sys/wait.h>#include <string.h>#include <time.h>#include <fcntl.h>
Functions | |
| void | killer (int signo) |
| int | init (void) |
| int init | ( | void | ) |
References CONFIG, create_fds(), CTD_HELPER, CTD_STATS_MODE, CTD_SYNC_MODE, cthelper_init(), ctnl_init(), dlog(), do_gettimeofday(), flags, killer(), local_server_create(), LOG_ERR, LOG_NOTICE, NULL, register_fd(), and STATE.
Referenced by ctnl_init(), and main().


| void killer | ( | int | signo | ) |
References close_log(), CONFIG, CTD_HELPER, CTD_STATS_MODE, CTD_SYNC_MODE, cthelper_kill(), ctnl_kill(), destroy_fds(), dlog(), flags, local_server_destroy(), LOG_NOTICE, NULL, and STATE.
Referenced by init().

