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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c129 static bool_t xdrrec_getbytes(XDR *, caddr_t, int);
258 if (!xdrrec_getbytes(xdrs, (caddr_t)&mylong, sizeof (int32_t)))
317 xdrrec_getbytes(XDR *xdrs, caddr_t addr, int len) function
1179 ops.x_getbytes = xdrrec_getbytes;

Completed in 15 milliseconds