Searched refs:cpfn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1475 * cpfn a function that can copy marg into the listener's buffer
1480 bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen, argument
1501 catchpacket(d, marg, pktlen, slen, cpfn, &tv);
1513 cp_fn_t cpfn; local
1521 cpfn = (cp_fn_t)memcpy;
1525 cpfn = bpf_mcpy;
1530 bpf_deliver(d, cpfn, marg, pktlen, buflen, issent);
1564 cp_fn_t cpfn, struct timeval *tv)
1626 (*cpfn)((uchar_t *)hp + hdrlen, pkt,
1563 catchpacket(struct bpf_d *d, uchar_t *pkt, uint_t pktlen, uint_t snaplen, cp_fn_t cpfn, struct timeval *tv) argument

Completed in 45 milliseconds