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

#include <ip_tables.h>

Data Fields

struct in_addr src dst
 
struct in_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 flags
 
u_int8_t invflags
 

Field Documentation

struct in_addr smsk ipt_ip::dmsk

Referenced by print_rule4().

struct in_addr src ipt_ip::dst

Referenced by print_rule4().

u_int8_t ipt_ip::flags

Referenced by do_command4(), and print_rule4().

char ipt_ip::iniface[IFNAMSIZ]

Referenced by do_command4(), and print_rule4().

unsigned char ipt_ip::iniface_mask[IFNAMSIZ]

Referenced by do_command4(), and print_rule4().

u_int8_t ipt_ip::invflags

Referenced by do_command4(), and print_rule4().

char ipt_ip::outiface[IFNAMSIZ]

Referenced by do_command4(), and print_rule4().

unsigned char ipt_ip::outiface_mask[IFNAMSIZ]

Referenced by do_command4(), and print_rule4().

u_int16_t ipt_ip::proto

Referenced by do_command4(), and print_rule4().


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