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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c239 int32_t *buflp = (int32_t *)(rstrm->in_finger); local
244 ((uint_t)(rstrm->in_boundry - (caddr_t)buflp) >=
247 * Check if buflp is longword aligned. If not, align it.
249 if (((uintptr_t)buflp) & ((int)sizeof (int32_t) - 1)) {
252 buflp = (int32_t *)(rstrm->in_finger);
254 *ip = (int32_t)ntohl((uint32_t)(*buflp));

Completed in 22 milliseconds