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

Macros

#define s   struct ip6t_frag
 

Enumerations

enum  {
  O_FRAGID = 0,
  O_FRAGLEN,
  O_FRAGRES,
  O_FRAGFIRST,
  O_FRAGMORE,
  O_FRAGLAST,
  F_FRAGMORE = 1 << O_FRAGMORE,
  F_FRAGLAST = 1 << O_FRAGLAST
}
 

Functions

void _init (void)
 

Macro Definition Documentation

#define s   struct ip6t_frag

Enumeration Type Documentation

anonymous enum
Enumerator
O_FRAGID 
O_FRAGLEN 
O_FRAGRES 
O_FRAGFIRST 
O_FRAGMORE 
O_FRAGLAST 
F_FRAGMORE 
F_FRAGLAST 

Function Documentation

void _init ( void  )

References xtables_register_match().

Here is the call graph for this function: