Searched refs:xdrmbuf_getbytes (Results 1 – 1 of 1) sorted by relevance
41 static bool_t xdrmbuf_getbytes(XDR *, char *, u_int);52 .x_getbytes = xdrmbuf_getbytes,154 xdrmbuf_getbytes(xdrs, (char *) &t, sizeof(int32_t)); in xdrmbuf_getlong()177 xdrmbuf_getbytes(XDR *xdrs, char *addr, u_int len) in xdrmbuf_getbytes() function