Home
last modified time | relevance | path

Searched refs:IP6T_INV_DSTIP (Results 1 – 4 of 4) sorted by relevance

/third_party/iptables/iptables/
Dnft-ipv6.c170 cs->fw6.ipv6.invflags |= IP6T_INV_DSTIP; in nft_ipv6_parse_payload()
254 cs->fw6.ipv6.invflags & IP6T_INV_DSTIP); in nft_ipv6_save_rule()
330 (cs->fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP))) in nft_ipv6_post_parse()
383 cs->fw6.ipv6.invflags & IP6T_INV_DSTIP, xl); in nft_ipv6_xlate()
Dip6tables.c103 /* -d */ IP6T_INV_DSTIP,
897 e->ipv6.invflags & IP6T_INV_DSTIP); in print_rule6()
1504 (cs.fw6.ipv6.invflags & (IP6T_INV_SRCIP | IP6T_INV_DSTIP))) in do_command6()
Dxshared.c613 fputc(fw6->ipv6.invflags & IP6T_INV_DSTIP ? '!' : ' ', stdout); in print_ipv6_addresses()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h98 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ macro