Scroll to navigation

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

__be32 * p

pointer to current position in XDR buffer.

const void * ptr

pointer to data to encode (or NULL)

unsigned int nbytes

size of data.

DESCRIPTION

Returns the updated current XDR buffer position

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12