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

Macros

#define NAT_S   '1'
 
#define NAT_D   '1'
 
#define NAT_S_TARGET   '2'
 
#define NAT_D_TARGET   '2'
 
#define NAT_S_ARP   '3'
 
#define OPT_SNAT   0x01
 
#define OPT_SNAT_TARGET   0x02
 
#define OPT_SNAT_ARP   0x04
 
#define OPT_DNAT   0x01
 
#define OPT_DNAT_TARGET   0x02
 

Functions

void _init (void)
 

Macro Definition Documentation

#define NAT_D   '1'
#define NAT_D_TARGET   '2'
#define NAT_S   '1'
#define NAT_S_ARP   '3'
#define NAT_S_TARGET   '2'
#define OPT_DNAT   0x01
#define OPT_DNAT_TARGET   0x02
#define OPT_SNAT   0x01
#define OPT_SNAT_ARP   0x04
#define OPT_SNAT_TARGET   0x02

Function Documentation

void _init ( void  )

References ebt_register_target().

Here is the call graph for this function: