smb_common_encode
arg->rbuf = smb_common_encode(&reply, smb_quota_response_xdr,
arg->rbuf = smb_common_encode(&status, xdr_uint32_t, &arg->rsize);
arg->rbuf = smb_common_encode(&reply, dfs_referral_response_xdr,
arg->rbuf = smb_common_encode(&reply, xdr_uint32_t, &arg->rsize);
arg->rbuf = smb_common_encode(&reply, xdr_int, &arg->rsize);
arg->rbuf = smb_common_encode(&acct, lsa_account_xdr, &arg->rsize);
arg->rbuf = smb_common_encode(&acct, lsa_account_xdr, &arg->rsize);
arg->rbuf = smb_common_encode(&jdres, smb_joinres_xdr, &arg->rsize);
arg->rbuf = smb_common_encode(&count, xdr_uint32_t,
arg->rbuf = smb_common_encode(&reply, smb_gmttoken_response_xdr,
char *smb_common_encode(void *, xdrproc_t, size_t *);