HomeSort by: relevance | last modified time | path
    Searched defs:erroff (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
dest6.c 59 int off = *offp, erroff, dstoptlen, optlen; local in function:dest6_input
92 erroff = *offp + (opt - (u_int8_t *)dstopts);
93 optlen = ip6_unknown_opt(opt, m, erroff);
frag6.c 350 int erroff = af6->ip6af_offset; local in function:frag6_input
368 erroff - sizeof(struct ip6_frag) +
ip6_input.c 910 const int erroff = sizeof(struct ip6_hdr) + sizeof(struct ip6_hbh); local in function:ip6_process_hopopts
934 erroff + opt + 1 - opthead);
951 erroff + opt + 1 - opthead);
965 erroff + opt - opthead);
989 erroff + opt + 2 - opthead);
1001 erroff + opt + 2 - opthead);
1013 erroff + opt - opthead);

Completed in 13 milliseconds