Lines Matching refs:off2
5030 int off2 = 0; local
5033 int off2; local
5063 off2 = ipoff2 + (h2.ip_hl << 2);
5086 off2 = ipoff2 + sizeof(h2_6);
5103 if (!pf_pull_hdr(m, off2, &opt6,
5111 off2 += (opt6.ip6e_len + 2) * 4;
5113 off2 += (opt6.ip6e_len + 1) * 8;
5140 if (!pf_pull_hdr(m, off2, &th, 8, NULL, reason,
5278 m_copyback(m, off2, 8, (caddr_t)&th);
5280 m_copyback(m, off2, 8, &th);
5290 if (!pf_pull_hdr(m, off2, &uh, sizeof(uh),
5368 m_copyback(m, off2, sizeof(uh), (caddr_t)&uh);
5370 m_copyback(m, off2, sizeof(uh), &uh);
5380 if (!pf_pull_hdr(m, off2, &iih, ICMP_MINLEN,
5428 m_copyback(m, off2, ICMP_MINLEN, (caddr_t)&iih);
5432 m_copyback(m, off2, ICMP_MINLEN, &iih);
5443 if (!pf_pull_hdr(m, off2, &iih,
5492 m_copyback(m, off2, sizeof(struct icmp6_hdr),
5498 m_copyback(m, off2, sizeof(struct icmp6_hdr),