xdr_inline_decode(9) centos man page | unix.com

Man Page: xdr_inline_decode

Operating Environment: centos

Section: 9

XDR_INLINE_DECODE(9)						 Linux Networking					      XDR_INLINE_DECODE(9)

NAME
xdr_inline_decode - Retrieve XDR data to decode
SYNOPSIS
__be32 * xdr_inline_decode(struct xdr_stream * xdr, size_t nbytes);
ARGUMENTS
xdr pointer to xdr_stream struct nbytes number of bytes of data to decode
DESCRIPTION
Check if the input buffer is long enough to enable us to decode 'nbytes' more bytes of data starting at the current position. If so return the current pointer, then update the current pointer position.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 XDR_INLINE_DECODE(9)
Related Man Pages
afreadmisc(3) - centos
afwritemisc(3) - centos
getdirentri(2) - hpux
swab(3) - osf1
kvm_kread(3kvm) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to increment version inside a file?
Controlling user input
[TIP] Processing YAML files with yq