netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libipt_LOG.c File Reference
#include <stdio.h>
#include <string.h>
#include <syslog.h>
#include <xtables.h>
#include <linux/netfilter_ipv4/ipt_LOG.h>
Include dependency graph for libipt_LOG.c:

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)
 

Macro Definition Documentation

#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

Enumeration Type Documentation

anonymous enum
Enumerator
O_LOG_LEVEL 
O_LOG_PREFIX 
O_LOG_TCPSEQ 
O_LOG_TCPOPTS 
O_LOG_IPOPTS 
O_LOG_UID 
O_LOG_MAC 

Function Documentation

void _init ( void  )

References xtables_register_target().

Here is the call graph for this function: