1XDR_ENCODE_OPAQUE(9) Linux Networking XDR_ENCODE_OPAQUE(9)
23
4
NAME
6xdr_encode_opaque - Encode variable length opaque data
7
SYNOPSIS
9__be32 * xdr_encode_opaque(__be32 * p, const void * ptr,
10unsigned int nbytes);
11
ARGUMENTS
13p
14pointer to current position in XDR buffer.
1516
ptr
17pointer to data to encode (or NULL)
1819
nbytes
20size of data.
21
DESCRIPTION
23Returns the updated current XDR buffer position
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 XDR_ENCODE_OPAQUE(9)