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

/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c136 static uint8_t *read_tail = NULL; variable
751 read_tail = read_area;
758 if (byte_cnt <= (read_tail - read_head)) {
768 for (i = 0; i < (read_tail - read_head); ++i) {
772 read_tail = read_head + i;
779 if ((m = pcp_peek(read_tail, mtu_size)) < 0) {
784 if ((ret = read(chnl_fd, read_tail, m)) < 0) {
794 m = byte_cnt - (read_tail - read_head);
796 read_tail, m)) <= 0) {
800 read_tail
[all...]

Completed in 22 milliseconds