HomeSort by relevance Sort by last modified time
    Searched full:rtinfo (Results 1 - 1 of 1) sorted by null

  /external/iptables/extensions/
libip6t_rt.c 144 struct ip6t_rt *rtinfo = (struct ip6t_rt *)m->data; local
146 rtinfo->rt_type = 0x0L;
147 rtinfo->segsleft[0] = 0x0L;
148 rtinfo->segsleft[1] = 0xFFFFFFFF;
149 rtinfo->hdrlen = 0;
150 rtinfo->flags = 0;
151 rtinfo->invflags = 0;
152 rtinfo->addrnr = 0;
163 struct ip6t_rt *rtinfo = (struct ip6t_rt *)(*match)->data; local
171 rtinfo->rt_type = parse_rt_num(argv[optind-1], "type")
283 const struct ip6t_rt *rtinfo = (struct ip6t_rt *)match->data; local
309 const struct ip6t_rt *rtinfo = (struct ip6t_rt *)match->data; local
    [all...]

Completed in 700 milliseconds