Lines Matching defs:opt
269 const IpOpt *opt = (const IpOpt *)data;
270 int len = opt->len();
274 vec.push_back(opt);
320 Ip6Opt* opt = NULL;
324 opt = (Ip6Opt *)data;
328 nxt = opt->nxt();
329 data += opt->len();
330 all -= opt->len();
331 opt = NULL;
334 return (const Ip6Opt*)opt;
366 const TcpOpt *opt = (const TcpOpt *)data;
367 int len = opt->len();
371 vec.push_back(opt);