xdr_int()
xdr_int()
If the XDR stream operation is XDR_ENCODE
int count;XDR *xstream;xdr_int(xstream, &count);
will convert (encode) the value of count to the integer representation used by XDR (big-endian) and put the result on the XDR stream.
Previous slide
Next slide
Back to the first slide
View Graphic Version