centos man page for xdr_encode_opaque

Query: xdr_encode_opaque

OS: centos

Section: 9

Links: centos man pages   all man pages   forum categories

Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XDR_ENCODE_OPAQUE(9)						 Linux Networking					      XDR_ENCODE_OPAQUE(9)

NAME
xdr_encode_opaque - Encode variable length opaque data
SYNOPSIS
__be32 * xdr_encode_opaque(__be32 * p, const void * ptr, unsigned int nbytes);
ARGUMENTS
p pointer to current position in XDR buffer. ptr pointer to data to encode (or NULL) nbytes size of data.
DESCRIPTION
Returns the updated current XDR buffer position
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 XDR_ENCODE_OPAQUE(9)