Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c493 nat464_translate_icmp_ip(pbuf_t *pbuf, uint16_t off, uint16_t *tot_len, uint16_t *off2, in nat464_translate_icmp_ip() argument
509 olen = *off2 - off; in nat464_translate_icmp_ip()
578 *off2 += hlen - olen; in nat464_translate_icmp_ip()
H A Dpf.c8052 int off2 = 0; in pf_test_state_icmp() local
8080 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8104 off2 = ipoff2 + sizeof(h2_6); in pf_test_state_icmp()
8121 if (!pf_pull_hdr(pbuf, off2, &opt6, sizeof(opt6), in pf_test_state_icmp()
8129 off2 += (opt6.ip6e_len + 2) * 4; in pf_test_state_icmp()
8131 off2 += (opt6.ip6e_len + 1) * 8; in pf_test_state_icmp()
8160 if (!pf_pull_hdr(pbuf, off2, &th, sizeof(th), 8, NULL, reason, in pf_test_state_icmp()
8248 off2 + 8) == NULL) { in pf_test_state_icmp()
8323 if (pf_lazy_makewritable(pd, pbuf, off2 + 8) == in pf_test_state_icmp()
8344 pbuf_copy_back(pbuf, off2, 8, &th, sizeof(th)); in pf_test_state_icmp()
[all …]