Home
last modified time | relevance | path

Searched refs:xdrmbuf_getbytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/xdr/
H A Dxdr_mbuf.c41 static bool_t xdrmbuf_getbytes(XDR *, char *, u_int);
51 xdrmbuf_getbytes,
150 xdrmbuf_getbytes(xdrs, (char *) &t, sizeof(int32_t)); in xdrmbuf_getlong()
173 xdrmbuf_getbytes(XDR *xdrs, char *addr, u_int len) in xdrmbuf_getbytes() function