#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 |
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().
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().
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().