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

/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c633 * For peeking 'bytes_cnt' bytes in channel (glvc) buffers.
637 pcp_peek(uint8_t *buf, int bytes_cnt) argument
643 if (bytes_cnt < 0 || bytes_cnt > mtu_size) {
682 m = MIN(bytes_cnt, n);

Completed in 37 milliseconds