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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c5029 int ipoff2 = 0; local
5032 int ipoff2; local
5044 ipoff2 = off + ICMP_MINLEN;
5046 if (!pf_pull_hdr(m, ipoff2, &h2, sizeof(h2),
5063 off2 = ipoff2 + (h2.ip_hl << 2);
5073 ipoff2 = off + sizeof(struct icmp6_hdr);
5075 if (!pf_pull_hdr(m, ipoff2, &h2_6, sizeof(h2_6),
5086 off2 = ipoff2 + sizeof(h2_6);
5254 m_copyback(m, ipoff2, sizeof(h2),
5269 m_copyback(m, ipoff2, sizeo
[all...]

Completed in 111 milliseconds