Name

xdr_encode_opaque — Encode variable length opaque data

Synopsis

u32 * xdr_encode_opaque (u32 * 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