Home
last modified time | relevance | path

Searched refs:ipoff2 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dist/pf/net/
H A Dpf.c4483 int ipoff2 = 0; local
4493 ipoff2 = off + ICMP_MINLEN;
4495 if (!pf_pull_hdr(m, ipoff2, &h2, sizeof(h2),
4512 off2 = ipoff2 + (h2.ip_hl << 2);
4522 ipoff2 = off + sizeof(struct icmp6_hdr);
4524 if (!pf_pull_hdr(m, ipoff2, &h2_6, sizeof(h2_6),
4535 off2 = ipoff2 + sizeof(h2_6);
4673 m_copyback(m, ipoff2, sizeof(h2),
4682 m_copyback(m, ipoff2, sizeof(h2_6),
4742 m_copyback(m, ipoff2, sizeof(h2), &h2);
[all …]