HomeSort by relevance Sort by last modified time
    Searched refs:optinfo (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libip6t_hbh.c 104 struct ip6t_opts *optinfo = cb->data; local
110 optinfo->invflags |= IP6T_OPTS_INV_LEN;
111 optinfo->flags |= IP6T_OPTS_LEN;
114 optinfo->optsnr = parse_options(cb->arg, optinfo->opts);
115 optinfo->flags |= IP6T_OPTS_OPTS;
137 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; local
140 if (optinfo->flags & IP6T_OPTS_LEN) {
142 printf(":%s", optinfo->invflags & IP6T_OPTS_INV_LEN ? "!" : "");
143 printf("%u", optinfo->hdrlen)
154 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; local
170 const struct ip6t_opts *optinfo = local
    [all...]
libip6t_dst.c 110 struct ip6t_opts *optinfo = cb->data; local
116 optinfo->invflags |= IP6T_OPTS_INV_LEN;
117 optinfo->flags |= IP6T_OPTS_LEN;
120 optinfo->optsnr = parse_options(cb->arg, optinfo->opts);
121 optinfo->flags |= IP6T_OPTS_OPTS;
145 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; local
148 if (optinfo->flags & IP6T_OPTS_LEN)
150 optinfo->invflags & IP6T_OPTS_INV_LEN ? "!" : "",
151 optinfo->hdrlen)
165 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; local
    [all...]

Completed in 63 milliseconds