Searched refs:IP6T_OPTS_OPTS (Results 1 – 3 of 3) sorted by relevance
113 optinfo->flags |= IP6T_OPTS_OPTS; in hbh_parse()143 if (optinfo->flags & IP6T_OPTS_OPTS) printf(" opts"); in hbh_print()160 if (optinfo->flags & IP6T_OPTS_OPTS) in hbh_save()172 (optinfo->flags & IP6T_OPTS_OPTS)) in hbh_xlate()
121 optinfo->flags |= IP6T_OPTS_OPTS; in dst_parse()153 if (optinfo->flags & IP6T_OPTS_OPTS) in dst_print()173 if (optinfo->flags & IP6T_OPTS_OPTS) in dst_save()
17 #define IP6T_OPTS_OPTS 0x02 macro