netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
libct_proto_tcp.c File Reference
#include <stdio.h>
#include <getopt.h>
#include <stdlib.h>
#include <string.h>
#include <netinet/in.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack_tcp.h>
#include "conntrack.h"
Include dependency graph for libct_proto_tcp.c:

Macros

#define TCP_NUMBER_OF_OPT   10
 
#define TCP_VALID_FLAGS_MAX   2
 

Enumerations

enum  {
  CT_TCP_ORIG_SPORT = (1 << 0),
  CT_TCP_ORIG_DPORT = (1 << 1),
  CT_TCP_REPL_SPORT = (1 << 2),
  CT_TCP_REPL_DPORT = (1 << 3),
  CT_TCP_MASK_SPORT = (1 << 4),
  CT_TCP_MASK_DPORT = (1 << 5),
  CT_TCP_STATE = (1 << 6),
  CT_TCP_EXPTUPLE_SPORT = (1 << 7),
  CT_TCP_EXPTUPLE_DPORT = (1 << 8)
}
 

Functions

void register_tcp (void)
 

Macro Definition Documentation

#define TCP_NUMBER_OF_OPT   10
#define TCP_VALID_FLAGS_MAX   2

Enumeration Type Documentation

anonymous enum
Enumerator
CT_TCP_ORIG_SPORT 
CT_TCP_ORIG_DPORT 
CT_TCP_REPL_SPORT 
CT_TCP_REPL_DPORT 
CT_TCP_MASK_SPORT 
CT_TCP_MASK_DPORT 
CT_TCP_STATE 
CT_TCP_EXPTUPLE_SPORT 
CT_TCP_EXPTUPLE_DPORT 

Function Documentation

void register_tcp ( void  )

References register_proto().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: