Home
last modified time | relevance | path

Searched refs:OPT_SOURCE (Results 1 – 10 of 10) sorted by relevance

/external/iptables/iptables/
Dxshared.h23 OPT_SOURCE = 1 << 1, enumerator
Dxtables-eb-translate.c96 #define OPT_SOURCE 0x40 macro
396 ebt_check_option2(&flags, OPT_SOURCE); in do_commandeb_xlate()
Dxtables-arp.c615 set_option(&options, OPT_SOURCE, &cs.arp.arp.invflags, in do_commandarp()
833 if (!(options & OPT_SOURCE)) in do_commandarp()
Dxtables-eb.c166 #define OPT_SOURCE 0x40 macro
986 ebt_check_option2(&flags, OPT_SOURCE); in do_commandeb()
Dnft-ipv6.c314 if (!(cs->options & OPT_SOURCE)) in nft_ipv6_post_parse()
Dnft-ipv4.c366 if (!(cs->options & OPT_SOURCE)) in nft_ipv4_post_parse()
Diptables.c1262 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags, in do_command4()
1479 if (!(cs.options & OPT_SOURCE)) in do_command4()
Dip6tables.c1276 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6()
1491 if (!(cs.options & OPT_SOURCE)) in do_command6()
Dxtables.c674 set_option(&cs->options, OPT_SOURCE, in do_parse()
/external/iptables/extensions/
Dlibebt_ip6.c321 #define OPT_SOURCE 0x01 macro