HomeSort by: relevance | last modified time | path
    Searched defs:ipoff2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf.c 4483 int ipoff2 = 0; local in function:pf_test_state_icmp
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...]
pf.c 4483 int ipoff2 = 0; local in function:pf_test_state_icmp
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...]

Completed in 167 milliseconds