netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ip6t_ip6 Struct Reference

#include <ip6_tables.h>

Data Fields

struct in6_addr src dst
 
struct in6_addr smsk dmsk
 
char iniface [IFNAMSIZ]
 
char outiface [IFNAMSIZ]
 
unsigned char iniface_mask [IFNAMSIZ]
 
unsigned char outiface_mask [IFNAMSIZ]
 
u_int16_t proto
 
u_int8_t tos
 
u_int8_t flags
 
u_int8_t invflags
 

Field Documentation

struct in6_addr smsk ip6t_ip6::dmsk

Referenced by print_rule6().

struct in6_addr src ip6t_ip6::dst

Referenced by print_rule6().

u_int8_t ip6t_ip6::flags

Referenced by do_command6(), and print_rule6().

char ip6t_ip6::iniface[IFNAMSIZ]

Referenced by do_command6(), and print_rule6().

unsigned char ip6t_ip6::iniface_mask[IFNAMSIZ]

Referenced by do_command6(), and print_rule6().

u_int8_t ip6t_ip6::invflags

Referenced by do_command6(), and print_rule6().

char ip6t_ip6::outiface[IFNAMSIZ]

Referenced by do_command6(), and print_rule6().

unsigned char ip6t_ip6::outiface_mask[IFNAMSIZ]

Referenced by do_command6(), and print_rule6().

u_int16_t ip6t_ip6::proto

Referenced by do_command6(), and print_rule6().

u_int8_t ip6t_ip6::tos

Referenced by print_rule6().


The documentation for this struct was generated from the following file: