#include <stdio.h>
#include <string.h>
#include <syslog.h>
#include <xtables.h>
#include <linux/netfilter_ipv4/ipt_LOG.h>
Data Structures | |
struct | ipt_log_names |
Macros | |
#define | LOG_DEFAULT_LEVEL LOG_WARNING |
#define | IPT_LOG_UID 0x08 /* Log UID owning local socket */ |
#define | IPT_LOG_MASK 0x0f |
#define | s struct ipt_log_info |
Enumerations | |
enum | { O_LOG_LEVEL = 0, O_LOG_PREFIX, O_LOG_TCPSEQ, O_LOG_TCPOPTS, O_LOG_IPOPTS, O_LOG_UID, O_LOG_MAC } |
Functions | |
void | _init (void) |
#define IPT_LOG_MASK 0x0f |
#define IPT_LOG_UID 0x08 /* Log UID owning local socket */ |
#define LOG_DEFAULT_LEVEL LOG_WARNING |
#define s struct ipt_log_info |
anonymous enum |
void _init | ( | void | ) |