Searched refs:off2 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | nat464_utils.c | 481 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 D | pf.c | 7884 int off2 = 0; in pf_test_state_icmp() local 7912 off2 = ipoff2 + (h2.ip_hl << 2); in pf_test_state_icmp() 7936 off2 = ipoff2 + sizeof(h2_6); in pf_test_state_icmp() 7953 if (!pf_pull_hdr(pbuf, off2, &opt6, in pf_test_state_icmp() 7961 off2 += (opt6.ip6e_len + 2) * 4; in pf_test_state_icmp() 7963 off2 += (opt6.ip6e_len + 1) * 8; in pf_test_state_icmp() 7992 if (!pf_pull_hdr(pbuf, off2, &th, 8, NULL, reason, in pf_test_state_icmp() 8080 off2 + 8) == NULL) { in pf_test_state_icmp() 8155 if (pf_lazy_makewritable(pd, pbuf, off2 + 8) == in pf_test_state_icmp() 8176 pbuf_copy_back(pbuf, off2, 8, &th); in pf_test_state_icmp() [all …]
|