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

Enumerations

enum  {
  O_ECN_TCP_REMOVE = 0,
  O_ECN_TCP_CWR,
  O_ECN_TCP_ECE,
  O_ECN_IP_ECT,
  F_ECN_TCP_REMOVE = 1 << O_ECN_TCP_REMOVE,
  F_ECN_TCP_CWR = 1 << O_ECN_TCP_CWR,
  F_ECN_TCP_ECE = 1 << O_ECN_TCP_ECE
}
 

Functions

void _init (void)
 

Enumeration Type Documentation

anonymous enum
Enumerator
O_ECN_TCP_REMOVE 
O_ECN_TCP_CWR 
O_ECN_TCP_ECE 
O_ECN_IP_ECT 
F_ECN_TCP_REMOVE 
F_ECN_TCP_CWR 
F_ECN_TCP_ECE 

Function Documentation

void _init ( void  )

References xtables_register_target().

Here is the call graph for this function: