Searched defs:in_boundry (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c107 caddr_t in_boundry; /* can read up to this location */ member in struct:rec_strm
202 rstrm->in_boundry = rstrm->in_base;
203 rstrm->in_finger = (rstrm->in_boundry += rstrm->recvsize);
222 int current = rstrm->in_boundry - rstrm->in_finger;
226 rstrm->in_boundry = rstrm->in_finger + current;
244 ((uint_t)(rstrm->in_boundry - (caddr_t)buflp) >=
416 pos -= rstrm->in_boundry - rstrm->in_finger;
450 (newpos <= rstrm->in_boundry) &&
480 ((rstrm->in_finger + len) <= rstrm->in_boundry)) {
534 rstrm->in_finger == rstrm->in_boundry)) {
[all...]

Completed in 17 milliseconds