#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 |
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().
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().
Referenced by do_command4(), and print_rule4().
u_int16_t ipt_ip::proto |
Referenced by do_command4(), and print_rule4().