Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf.c8068 int ipoff2 = 0; in pf_test_state_icmp() local
8078 ipoff2 = off + ICMP_MINLEN; in pf_test_state_icmp()
8080 if (!pf_pull_hdr(pbuf, ipoff2, &h2, sizeof(h2), in pf_test_state_icmp()
8097 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8099 pd2.off = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8108 ipoff2 = off + sizeof(struct icmp6_hdr); in pf_test_state_icmp()
8110 if (!pf_pull_hdr(pbuf, ipoff2, &h2_6, sizeof(h2_6), in pf_test_state_icmp()
8121 off2 = ipoff2 + sizeof(h2_6); in pf_test_state_icmp()
8160 pd2.off = ipoff2; in pf_test_state_icmp()
8277 if (pf_change_icmp_af(pbuf, ipoff2, pd, in pf_test_state_icmp()
[all …]