Rechercher une page de manuel
xdr_inline_decode
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
xdr_inline_decode - Retrieve non-page XDR data to decodeSYNOPSIS
- __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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre