Home
last modified time | relevance | path

Searched refs:xdr_putint32 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c314 if (!xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor)) in authdes_marshal()
316 if (!xdr_putint32(xdrs, &len)) in authdes_marshal()
327 if (!xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)) in authdes_marshal()
329 if (!xdr_putint32(xdrs, &len)) in authdes_marshal()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c291 ATTEMPT(xdr_putint32(xdrs, in authdes_marshal()
293 ATTEMPT(xdr_putint32(xdrs, (int32_t *)&len)); in authdes_marshal()
302 ATTEMPT(xdr_putint32(xdrs, in authdes_marshal()
304 ATTEMPT(xdr_putint32(xdrs, (int32_t *)&len)); in authdes_marshal()
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h217 #define xdr_putint32(xdrs, int32p) \ macro
229 #define xdr_putint32(xdrs, int32p) \ macro