Home | History | Annotate | Download | only in iptables

Lines Matching refs:ipv6

158 	print_ip("-s", &(e->ipv6.src), &(e->ipv6.smsk),
159 e->ipv6.invflags & IP6T_INV_SRCIP);
161 print_ip("-d", &(e->ipv6.dst), &(e->ipv6.dmsk),
162 e->ipv6.invflags & IP6T_INV_DSTIP);
164 print_iface('i', e->ipv6.iniface, e->ipv6.iniface_mask,
165 e->ipv6.invflags & IP6T_INV_VIA_IN);
167 print_iface('o', e->ipv6.outiface, e->ipv6.outiface_mask,
168 e->ipv6.invflags & IP6T_INV_VIA_OUT);
170 print_proto(e->ipv6.proto, e->ipv6.invflags & IP6T_INV_PROTO);
173 /* not definied in ipv6
175 if (e->ipv6.flags & IPT_F_FRAG)
177 e->ipv6.invflags & IP6T_INV_FRAG ? "! " : "");
180 if (e->ipv6.flags & IP6T_F_TOS)
182 e->ipv6.invflags & IP6T_INV_TOS ? "! " : "",
183 e->ipv6.tos);
187 IP6T_MATCH_ITERATE(e, print_match, &e->ipv6);
208 target->save(&e->ipv6, t);