Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpf.c7883 int ipoff2 = 0; in pf_test_state_icmp() local
7893 ipoff2 = off + ICMP_MINLEN; in pf_test_state_icmp()
7895 if (!pf_pull_hdr(pbuf, ipoff2, &h2, sizeof(h2), in pf_test_state_icmp()
7912 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
7914 pd2.off = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
7923 ipoff2 = off + sizeof(struct icmp6_hdr); in pf_test_state_icmp()
7925 if (!pf_pull_hdr(pbuf, ipoff2, &h2_6, sizeof(h2_6), in pf_test_state_icmp()
7936 off2 = ipoff2 + sizeof(h2_6); in pf_test_state_icmp()
7975 pd2.off = ipoff2; in pf_test_state_icmp()
8092 if (pf_change_icmp_af(pbuf, ipoff2, pd, in pf_test_state_icmp()
[all …]