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

Macros

#define AMONG_DST   '1'
 
#define AMONG_SRC   '2'
 
#define AMONG_DST_F   '3'
 
#define AMONG_SRC_F   '4'
 
#define OPT_DST   0x01
 
#define OPT_SRC   0x02
 

Functions

void _init (void)
 

Macro Definition Documentation

#define AMONG_DST   '1'
#define AMONG_DST_F   '3'
#define AMONG_SRC   '2'
#define AMONG_SRC_F   '4'
#define OPT_DST   0x01
#define OPT_SRC   0x02

Function Documentation

void _init ( void  )

References ebt_register_match().

Here is the call graph for this function: