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

Data Structures

struct  icmpv6_names
 

Macros

#define IP_SOURCE   '1'
 
#define IP_DEST   '2'
 
#define IP_TCLASS   '3'
 
#define IP_PROTO   '4'
 
#define IP_SPORT   '5'
 
#define IP_DPORT   '6'
 
#define IP_ICMP6   '7'
 
#define OPT_SOURCE   0x01
 
#define OPT_DEST   0x02
 
#define OPT_TCLASS   0x04
 
#define OPT_PROTO   0x08
 
#define OPT_SPORT   0x10
 
#define OPT_DPORT   0x20
 

Functions

void _init (void)
 

Macro Definition Documentation

#define IP_DEST   '2'
#define IP_DPORT   '6'
#define IP_ICMP6   '7'
#define IP_PROTO   '4'
#define IP_SOURCE   '1'
#define IP_SPORT   '5'
#define IP_TCLASS   '3'
#define OPT_DEST   0x02
#define OPT_DPORT   0x20
#define OPT_PROTO   0x08
#define OPT_SOURCE   0x01
#define OPT_SPORT   0x10
#define OPT_TCLASS   0x04

Function Documentation

void _init ( void  )

References ebt_register_match().

Here is the call graph for this function: