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

Macros

#define s   struct ipt_TTL_info
 

Enumerations

enum  {
  O_TTL_SET = 0,
  O_TTL_INC,
  O_TTL_DEC,
  F_TTL_SET = 1 << O_TTL_SET,
  F_TTL_INC = 1 << O_TTL_INC,
  F_TTL_DEC = 1 << O_TTL_DEC,
  F_ANY = F_TTL_SET | F_TTL_INC | F_TTL_DEC
}
 

Functions

void _init (void)
 

Macro Definition Documentation

#define s   struct ipt_TTL_info

Enumeration Type Documentation

anonymous enum
Enumerator
O_TTL_SET 
O_TTL_INC 
O_TTL_DEC 
F_TTL_SET 
F_TTL_INC 
F_TTL_DEC 
F_ANY 

Function Documentation

void _init ( void  )

References xtables_register_target().

Here is the call graph for this function: