Searched refs:OPT_SOURCE (Results 1 – 10 of 10) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 23 OPT_SOURCE = 1 << 1, enumerator
|
D | xtables-eb-translate.c | 96 #define OPT_SOURCE 0x40 macro 396 ebt_check_option2(&flags, OPT_SOURCE); in do_commandeb_xlate()
|
D | xtables-arp.c | 615 set_option(&options, OPT_SOURCE, &cs.arp.arp.invflags, in do_commandarp() 833 if (!(options & OPT_SOURCE)) in do_commandarp()
|
D | xtables-eb.c | 166 #define OPT_SOURCE 0x40 macro 986 ebt_check_option2(&flags, OPT_SOURCE); in do_commandeb()
|
D | nft-ipv6.c | 314 if (!(cs->options & OPT_SOURCE)) in nft_ipv6_post_parse()
|
D | nft-ipv4.c | 366 if (!(cs->options & OPT_SOURCE)) in nft_ipv4_post_parse()
|
D | ip6tables.c | 1276 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6() 1491 if (!(cs.options & OPT_SOURCE)) in do_command6()
|
D | iptables.c | 1262 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags, in do_command4() 1479 if (!(cs.options & OPT_SOURCE)) in do_command4()
|
D | xtables.c | 674 set_option(&cs->options, OPT_SOURCE, in do_parse()
|
/external/iptables/extensions/ |
D | libebt_ip6.c | 321 #define OPT_SOURCE 0x01 macro
|