SUN RPC subsystem

Table of Contents

xdr_encode_opaque_fixed - Encode fixed length opaque data
xdr_encode_opaque - Encode variable length opaque data
xdr_init_encode - Initialize a struct xdr_stream for sending data.
xdr_reserve_space - Reserve buffer space for sending
xdr_write_pages - Insert a list of pages into an XDR buffer for sending
xdr_init_decode - Initialize an xdr_stream for decoding data.
xdr_inline_decode - Retrieve non-page XDR data to decode
xdr_read_pages - Ensure page-based XDR data to decode is aligned at current pointer position
xdr_enter_page - decode data from the XDR page
svc_print_addr - Format rq_addr field for printing
svc_reserve - change the space reserved for the reply to a request.
svc_makesock - Make a socket for nfsd and lockd
rpc_wake_up - wake up all rpc_tasks
rpc_wake_up_status - wake up all rpc_tasks and set their status value.