Searched refs:pf_pull_hdr (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.81.2/bsd/net/ |
| H A D | pf_norm.c | 1866 if (!pf_pull_hdr(*pbufp, off, &ext, sizeof(ext), NULL, in pf_refragment6() 2325 if (!pf_pull_hdr(pbuf, off, &ext, sizeof(ext), NULL, in pf_normalize_ip6() 2352 if (!pf_pull_hdr(pbuf, off, &ext, sizeof(ext), NULL, in pf_normalize_ip6() 2360 if (!pf_pull_hdr(pbuf, ooff, &opt.ip6o_type, in pf_normalize_ip6() 2369 if (!pf_pull_hdr(pbuf, ooff, &opt, sizeof(opt), in pf_normalize_ip6() 2382 if (!pf_pull_hdr(pbuf, ooff, &jumbo, in pf_normalize_ip6() 2440 if (!pf_pull_hdr(pbuf, off, &frag, sizeof(frag), NULL, NULL, AF_INET6)) { in pf_normalize_ip6() 2493 if (!pf_pull_hdr(pbuf, off, &ext, sizeof(ext), NULL, in pf_normalize_ip6() 2795 pf_pull_hdr(pbuf, off, hdr, th->th_off << 2, NULL, NULL, pd->af)) { in pf_normalize_tcp_init() 2897 pf_pull_hdr(pbuf, off, hdr, th->th_off << 2, NULL, NULL, pd->af)) { in pf_normalize_tcp_stateful() [all …]
|
| H A D | pf.c | 2564 !pf_pull_hdr(pbuf, off + sizeof(*th), opts, hlen, NULL, NULL, pd->af)) { in pf_modulate_sack() 4208 if (!pf_pull_hdr(pbuf, off, hdr, hlen, NULL, NULL, af)) { in pf_get_wscale() 4252 if (!pf_pull_hdr(pbuf, off, hdr, hlen, NULL, NULL, af)) { in pf_get_mss() 8024 if (!pf_pull_hdr(pbuf, ipoff2, &h2, sizeof(h2), in pf_test_state_icmp() 8054 if (!pf_pull_hdr(pbuf, ipoff2, &h2_6, sizeof(h2_6), in pf_test_state_icmp() 8082 if (!pf_pull_hdr(pbuf, off2, &opt6, in pf_test_state_icmp() 8121 if (!pf_pull_hdr(pbuf, off2, &th, 8, NULL, reason, in pf_test_state_icmp() 8313 if (!pf_pull_hdr(pbuf, off2, &uh, sizeof(uh), in pf_test_state_icmp() 8519 if (!pf_pull_hdr(pbuf, off2, &iih, ICMP_MINLEN, in pf_test_state_icmp() 8575 if (!pf_pull_hdr(pbuf, off2, &iih, in pf_test_state_icmp() [all …]
|
| H A D | pf_osfp.c | 107 if (!pf_pull_hdr(pbuf, off, hdr, tcp->th_off << 2, NULL, NULL, in pf_osfp_fingerprint()
|
| H A D | pfvar.h | 2226 __private_extern__ void *pf_pull_hdr(pbuf_t *, int, void *, int,
|