Searched refs:pbuf_copy_data (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | pf_pbuf.h | 100 void pbuf_copy_data(pbuf_t *, int, int, void *);
|
| H A D | pf_pbuf.c | 367 pbuf_copy_data(pbuf_t *pbuf, int off, int len, void *dst) in pbuf_copy_data() function
|
| H A D | pf.c | 5653 pbuf_copy_data(pbuf, off + sizeof(*uh), plen, in pf_test_rule() 6490 pbuf_copy_data(pbuf, off, plen, &cm); in pf_pptp_handler() 7532 pbuf_copy_data(pbuf, off + sizeof(*uh), plen, &ike); in pf_test_state_udp() 8224 pbuf_copy_data(pbuf, off + sizeof(uh), plen, in pf_test_state_icmp() 8969 pbuf_copy_data(pbuf, off, len, p); in pf_pull_hdr()
|