Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c8051 int ipoff2 = 0; in pf_test_state_icmp() local
8061 ipoff2 = off + ICMP_MINLEN; in pf_test_state_icmp()
8063 if (!pf_pull_hdr(pbuf, ipoff2, &h2, sizeof(h2), sizeof(h2), in pf_test_state_icmp()
8080 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8082 pd2.off = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8091 ipoff2 = off + sizeof(struct icmp6_hdr); in pf_test_state_icmp()
8093 if (!pf_pull_hdr(pbuf, ipoff2, &h2_6, sizeof(h2_6), sizeof(h2_6), in pf_test_state_icmp()
8104 off2 = ipoff2 + sizeof(h2_6); in pf_test_state_icmp()
8143 pd2.off = ipoff2; in pf_test_state_icmp()
8260 if (pf_change_icmp_af(pbuf, ipoff2, pd, in pf_test_state_icmp()
[all …]