Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpf.c8012 int ipoff2 = 0; in pf_test_state_icmp() local
8022 ipoff2 = off + ICMP_MINLEN; in pf_test_state_icmp()
8024 if (!pf_pull_hdr(pbuf, ipoff2, &h2, sizeof(h2), in pf_test_state_icmp()
8041 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8043 pd2.off = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8052 ipoff2 = off + sizeof(struct icmp6_hdr); in pf_test_state_icmp()
8054 if (!pf_pull_hdr(pbuf, ipoff2, &h2_6, sizeof(h2_6), in pf_test_state_icmp()
8065 off2 = ipoff2 + sizeof(h2_6); in pf_test_state_icmp()
8104 pd2.off = ipoff2; in pf_test_state_icmp()
8221 if (pf_change_icmp_af(pbuf, ipoff2, pd, in pf_test_state_icmp()
[all …]