Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnat464_utils.c481 nat464_translate_icmp_ip(pbuf_t *pbuf, uint16_t off, uint16_t *tot_len, uint16_t *off2, in nat464_translate_icmp_ip() argument
497 olen = *off2 - off; in nat464_translate_icmp_ip()
566 *off2 += hlen - olen; in nat464_translate_icmp_ip()
H A Dpf.c8013 int off2 = 0; in pf_test_state_icmp() local
8041 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp()
8065 off2 = ipoff2 + sizeof(h2_6); in pf_test_state_icmp()
8082 if (!pf_pull_hdr(pbuf, off2, &opt6, in pf_test_state_icmp()
8090 off2 += (opt6.ip6e_len + 2) * 4; in pf_test_state_icmp()
8092 off2 += (opt6.ip6e_len + 1) * 8; in pf_test_state_icmp()
8121 if (!pf_pull_hdr(pbuf, off2, &th, 8, NULL, reason, in pf_test_state_icmp()
8209 off2 + 8) == NULL) { in pf_test_state_icmp()
8284 if (pf_lazy_makewritable(pd, pbuf, off2 + 8) == in pf_test_state_icmp()
8305 pbuf_copy_back(pbuf, off2, 8, &th); in pf_test_state_icmp()
[all …]