Lines Matching defs:eoff
947 int eoff = off + sizeof(struct icmp6_hdr) +
963 if (m->m_len < eoff + sizeof(struct ip6_ext)) {
964 m = m_pullup(m, eoff +
973 (mtod(m, caddr_t) + eoff);
975 eoff += (eh->ip6e_len + 2) << 2;
977 eoff += (eh->ip6e_len + 1) << 3;
989 if (m->m_len < eoff + sizeof(*rth)) {
990 m = m_pullup(m, eoff + sizeof(*rth));
998 (mtod(m, caddr_t) + eoff);
1012 if (m->m_len < eoff + rthlen) {
1013 m = m_pullup(m, eoff + rthlen);
1022 (mtod(m, caddr_t) + eoff);
1029 eoff += rthlen;
1033 if (m->m_len < eoff + sizeof(struct ip6_frag)) {
1034 m = m_pullup(m, eoff +
1043 eoff);
1053 eoff += sizeof(struct ip6_frag);
1107 ip6cp.ip6c_off = eoff;