table of contents
other versions
- stretch 4.9.168-1
XDR_ENCODE_OPAQUE(9) | Linux Networking | XDR_ENCODE_OPAQUE(9) |
NAME¶
xdr_encode_opaque - Encode variable length opaque dataSYNOPSIS¶
__be32 * xdr_encode_opaque(__be32 * p, const void * ptr, unsigned int nbytes);
ARGUMENTS¶
ppointer 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 positionCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |