XDR Filters
XDR Filters
The filter to encode/decode an integer is called xdr_int:
bool_t xdr_int( XDR *xdrs, int *ip);
the return value indicates success or failure.
xdrs is a pointer to an XDR stream
ip is a pointer to an integer.
Previous slide
Next slide
Back to the first slide
View Graphic Version