Query: xdr_set_scratch_buffer
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XDR_SET_SCRATCH_BUFF(9) Linux Networking XDR_SET_SCRATCH_BUFF(9)NAMExdr_set_scratch_buffer - Attach a scratch buffer for decoding data.SYNOPSISvoid xdr_set_scratch_buffer(struct xdr_stream * xdr, void * buf, size_t buflen);ARGUMENTSxdr pointer to xdr_stream struct buf pointer to an empty buffer buflen size of 'buf'DESCRIPTIONThe scratch buffer is used when decoding from an array of pages. If an xdr_inline_decode call spans across page boundaries, then we copy the data into the scratch buffer in order to allow linear access.COPYRIGHTKernel Hackers Manual 3.10 June 2014 XDR_SET_SCRATCH_BUFF(9)
Related Man Pages |
---|
getrpcent_r(3) - linux |
getrpcent_r(3) - centos |
getrpcbyname_r(3) - centos |
getnetbyaddr_r(3) - suse |
getnetbyname_r(3) - suse |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
DB2 convert digits to binary format |
Tar Command |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |