Searched defs:credsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_kern.c126 int gidlen, credsize, namelen, rounded_namelen; local
142 credsize = 4 + 4 + rounded_namelen + 4 + 4 + 4 + gidlen * 4;
143 ptr = XDR_INLINE(xdrs, 4 + 4 + credsize + 4 + 4);
149 IXDR_PUT_INT32(ptr, credsize); /* cred len */
H A Dauth_loopb.c130 int gidlen, credsize, namelen, rounded_namelen; local
145 credsize = 4 + 4 + rounded_namelen + 4 + 4 + 4 + gidlen * 4;
146 ptr = XDR_INLINE(xdrs, 4 + 4 + credsize + 4 + 4);
152 IXDR_PUT_INT32(ptr, credsize); /* cred len */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c509 int credsize; local
514 credsize = 4 + 4 + roundup(hostnamelen, 4) + 4 + 4 + 4;
516 ptr = XDR_INLINE(xdrp, 4 + 4 + credsize + 4 + 4);
525 IXDR_PUT_INT32(ptr, credsize); /* cred len */

Completed in 523 milliseconds