1XDR_ENCODE_OPAQUE(9)           Linux Networking           XDR_ENCODE_OPAQUE(9)
2
3
4

NAME

6       xdr_encode_opaque - Encode variable length opaque data
7

SYNOPSIS

9       __be32 * xdr_encode_opaque(__be32 * p, const void * ptr,
10                                  unsigned int nbytes);
11

ARGUMENTS

13       p
14           pointer to current position in XDR buffer.
15
16       ptr
17           pointer to data to encode (or NULL)
18
19       nbytes
20           size of data.
21

DESCRIPTION

23       Returns the updated current XDR buffer position
24
26Kernel Hackers Manual 3.10         June 2019              XDR_ENCODE_OPAQUE(9)
Impressum