Searched refs:xdrrec_putint32 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c266 xdrrec_putint32(XDR *xdrs, int32_t *ip) function
313 return (xdrrec_putint32(xdrs, &i));
1188 ops.x_putint32 = xdrrec_putint32;

Completed in 21 milliseconds