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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c6683 int ipoff2 = 0; local
6693 ipoff2 = off + ICMP_MINLEN;
6695 if (!pf_pull_hdr(m, ipoff2, &h2, sizeof (h2),
6712 off2 = ipoff2 + (h2.ip_hl << 2);
6722 ipoff2 = off + sizeof (struct icmp6_hdr);
6724 if (!pf_pull_hdr(m, ipoff2, &h2_6, sizeof (h2_6),
6735 off2 = ipoff2 + sizeof (h2_6);
6877 m_copyback(m, ipoff2, sizeof (h2),
6886 m_copyback(m, ipoff2, sizeof (h2_6),
7003 m_copyback(m, ipoff2, sizeo
[all...]

Completed in 95 milliseconds