Searched refs:pbuf_copy_data (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | pf_pbuf.h | 102 void pbuf_copy_data(pbuf_t *, int, int, void *__sized_by(buflen), size_t buflen);
|
| H A D | pf_pbuf.c | 394 pbuf_copy_data(pbuf_t *pbuf, int off, int len, void *__sized_by(dst_buflen)dst, size_t dst_buflen) in pbuf_copy_data() function
|
| H A D | pf.c | 5771 pbuf_copy_data(pbuf, off + sizeof(*uh), plen, in pf_test_rule() 6632 pbuf_copy_data(pbuf, off, plen, &cm, sizeof(cm)); in pf_pptp_handler() 7674 pbuf_copy_data(pbuf, off + sizeof(*uh), plen, &ike, sizeof(ike)); in pf_test_state_udp() 8392 pbuf_copy_data(pbuf, off + sizeof(uh), plen, in pf_test_state_icmp() 9136 pbuf_copy_data(pbuf, off, copylen, p, p_buflen); in pf_pull_hdr()
|