HomeSort by: relevance | last modified time | path
    Searched defs:cpfn (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
bpf.c 238 void *(*cpfn)(void *, const void *, size_t),
1707 * cpfn a function that can copy pkt into the listener's buffer
1712 bpf_deliver(struct bpf_if *bp, void *(*cpfn)(void *, const void *, size_t),
1750 catchpacket(d, pkt, pktlen, slen, cpfn, &ts);
1794 void *(*cpfn)(void *, const void *, size_t); local in function:_bpf_mtap
1812 cpfn = (void *)memcpy;
1817 cpfn = bpf_mcpy;
1822 bpf_deliver(bp, cpfn, marg, pktlen, buflen, direction);
2003 * a listener (buffer full), "cpfn" is the routine called to do the
2010 void *(*cpfn)(void *, const void *, size_t), struct timespec *ts
    [all...]
bpf.c 238 void *(*cpfn)(void *, const void *, size_t),
1707 * cpfn a function that can copy pkt into the listener's buffer
1712 bpf_deliver(struct bpf_if *bp, void *(*cpfn)(void *, const void *, size_t),
1750 catchpacket(d, pkt, pktlen, slen, cpfn, &ts);
1794 void *(*cpfn)(void *, const void *, size_t); local in function:_bpf_mtap
1812 cpfn = (void *)memcpy;
1817 cpfn = bpf_mcpy;
1822 bpf_deliver(bp, cpfn, marg, pktlen, buflen, direction);
2003 * a listener (buffer full), "cpfn" is the routine called to do the
2010 void *(*cpfn)(void *, const void *, size_t), struct timespec *ts
    [all...]
bpf.c 238 void *(*cpfn)(void *, const void *, size_t),
1707 * cpfn a function that can copy pkt into the listener's buffer
1712 bpf_deliver(struct bpf_if *bp, void *(*cpfn)(void *, const void *, size_t),
1750 catchpacket(d, pkt, pktlen, slen, cpfn, &ts);
1794 void *(*cpfn)(void *, const void *, size_t); local in function:_bpf_mtap
1812 cpfn = (void *)memcpy;
1817 cpfn = bpf_mcpy;
1822 bpf_deliver(bp, cpfn, marg, pktlen, buflen, direction);
2003 * a listener (buffer full), "cpfn" is the routine called to do the
2010 void *(*cpfn)(void *, const void *, size_t), struct timespec *ts
    [all...]

Completed in 42 milliseconds