Query: xdr_read_pages
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XDR_READ_PAGES(9) Linux Networking XDR_READ_PAGES(9)NAMExdr_read_pages - Ensure page-based XDR data to decode is aligned at current pointer positionSYNOPSISvoid xdr_read_pages(struct xdr_stream * xdr, unsigned int len);ARGUMENTSxdr pointer to xdr_stream struct len number of bytes of page dataDESCRIPTIONMoves data beyond the current pointer position from the XDR head[] buffer into the page list. Any data that lies beyond current position + "len" bytes is moved into the XDR tail[].COPYRIGHTKernel Hackers Manual 2.6. July 2010 XDR_READ_PAGES(9)