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

NAME

6       xdr_inline_decode - Retrieve XDR data to decode
7

SYNOPSIS

9       __be32 * xdr_inline_decode(struct xdr_stream * xdr, size_t nbytes);
10

ARGUMENTS

12       xdr
13           pointer to xdr_stream struct
14
15       nbytes
16           number of bytes of data to decode
17

DESCRIPTION

19       Check if the input buffer is long enough to enable us to decode
20       ´nbytes´ more bytes of data starting at the current position. If so
21       return the current pointer, then update the current pointer position.
22
24Kernel Hackers Manual 2.6.         June 2019              XDR_INLINE_DECODE(9)
Impressum