Home
last modified time | relevance | path

Searched refs:IP6T_OPTS_LEN (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/extensions/
Dlibip6t_hbh.c109 optinfo->flags |= IP6T_OPTS_LEN; in hbh_parse()
138 if (optinfo->flags & IP6T_OPTS_LEN) { in hbh_print()
154 if (optinfo->flags & IP6T_OPTS_LEN) { in hbh_save()
171 if (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_xlate()
Dlibip6t_dst.c117 optinfo->flags |= IP6T_OPTS_LEN; in dst_parse()
148 if (optinfo->flags & IP6T_OPTS_LEN) in dst_print()
167 if (optinfo->flags & IP6T_OPTS_LEN) { in dst_save()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6t_opts.h16 #define IP6T_OPTS_LEN 0x01 macro