.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "XDR_ENCODE_OPAQUE" "9" "09 October 2005" "" ""
.SH NAME
xdr_encode_opaque \- Encode variable length opaque data
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u32 * xdr_encode_opaque (u32 * \fIp\fB, const void * \fIptr\fB, unsigned int \fInbytes\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIp\fB\fR
pointer to current position in XDR buffer.
.TP
\fB\fIptr\fB\fR
pointer to data to encode (or NULL)
.TP
\fB\fInbytes\fB\fR
size of data.
.SH "DESCRIPTION"
.PP
Returns the updated current XDR buffer position