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

/freebsd-11.0-release/sys/nfs/
H A Dkrpc_subr.c162 sdata->prog = txdr_unsigned(prog);
163 sdata->vers = txdr_unsigned(vers);
164 sdata->proto = txdr_unsigned(IPPROTO_UDP);
285 call->rp_xid = txdr_unsigned(xid);
287 call->rp_rpcvers = txdr_unsigned(2);
288 call->rp_prog = txdr_unsigned(prog);
289 call->rp_vers = txdr_unsigned(vers);
290 call->rp_proc = txdr_unsigned(func);
292 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX);
293 call->rpc_auth.authlen = txdr_unsigned(sizeo
[all...]
H A Dnfs_common.h43 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : MAKEIMODE((t), (m)))
46 #define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
H A Dxdr_subs.h52 #define txdr_unsigned(v) (htonl((int32_t)(v))) macro
H A Dbootp_subr.c1270 ifctx->call.xid = txdr_unsigned(ifctx->xid);
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1389 fp->fa_nlink = txdr_unsigned(nvap->na_nlink);
1390 fp->fa_uid = txdr_unsigned(nvap->na_uid);
1391 fp->fa_gid = txdr_unsigned(nvap->na_gid);
1397 fp->fa3_rdev.specdata1 = txdr_unsigned(NFSMAJOR(nvap->na_rdev));
1398 fp->fa3_rdev.specdata2 = txdr_unsigned(NFSMINOR(nvap->na_rdev));
1400 fp->fa3_fsid.nfsuquad[1] = txdr_unsigned(nvap->na_fsid);
1402 fp->fa3_fileid.nfsuquad[1] = txdr_unsigned(nvap->na_fileid);
1409 fp->fa2_size = txdr_unsigned(nvap->na_size);
1410 fp->fa2_blocksize = txdr_unsigned(nvap->na_blocksize);
1414 fp->fa2_rdev = txdr_unsigned(nva
[all...]
H A Dnfs_nfsdserv.c160 *tl++ = txdr_unsigned(supported);
163 *tl = txdr_unsigned(nfsmode);
622 *tl = txdr_unsigned(len);
769 *tl++ = txdr_unsigned(cnt);
777 *tl = txdr_unsigned(cnt);
939 *tl++ = txdr_unsigned(retlen);
947 *tl++ = txdr_unsigned(stable);
949 *tl++ = txdr_unsigned(NFSWRITE_FILESYNC);
955 *tl++ = txdr_unsigned(nfsboottime.tv_sec);
956 *tl = txdr_unsigned(nfsboottim
[all...]
H A Dnfs_nfsdstate.c4152 *tl++ = txdr_unsigned(stateidp->seqid);
4279 *tl++ = txdr_unsigned(NFSV41_MINORVERSION);
4280 *tl++ = txdr_unsigned(callback);
4281 *tl++ = txdr_unsigned(2);
4282 *tl = txdr_unsigned(NFSV4OP_CBSEQUENCE);
4287 *tl = txdr_unsigned(op);
4289 *tl++ = txdr_unsigned(NFSV4_MINORVERSION);
4290 *tl++ = txdr_unsigned(callback);
4291 *tl++ = txdr_unsigned(1);
4292 *tl = txdr_unsigned(o
[all...]
H A Dnfs_nfsdsocket.c693 *repp++ = txdr_unsigned(NFSV4OP_OPILLEGAL);
1030 *retopsp = txdr_unsigned(retops);
H A Dnfs_nfsdport.c1766 *tl = txdr_unsigned(dp->d_fileno);
1773 *tl = txdr_unsigned(*cookiep);
2213 *tl = txdr_unsigned(dp->d_fileno);
2217 *tl = txdr_unsigned(*cookiep);
2227 *tl = txdr_unsigned(*cookiep);
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c211 *tl = txdr_unsigned(mode);
217 *tl = txdr_unsigned(NFSV4OP_GETATTR);
392 *tl++ = txdr_unsigned(op->nfso_own->nfsow_seqid);
393 *tl++ = txdr_unsigned(mode & NFSV4OPEN_ACCESSBOTH);
394 *tl++ = txdr_unsigned((mode >> NFSLCK_SHIFT) & NFSV4OPEN_DENYBOTH);
399 *tl++ = txdr_unsigned(NFSV4OPEN_NOCREATE);
401 *tl = txdr_unsigned(NFSV4OPEN_CLAIMPREVIOUS);
403 *tl = txdr_unsigned(delegtype);
406 *tl = txdr_unsigned(NFSV4OPEN_CLAIMDELEGATECUR);
416 *tl = txdr_unsigned(NFSV4OPEN_CLAIMNUL
[all...]
H A Dnfs_clcomsubs.c195 *tl++ = txdr_unsigned(NFSV41_MINORVERSION);
197 *tl++ = txdr_unsigned(NFSV4_MINORVERSION);
200 *tl = txdr_unsigned(opcnt);
204 *tl = txdr_unsigned(NFSV4OP_SEQUENCE);
215 *tl = txdr_unsigned(NFSV4OP_PUTFH);
221 *tl = txdr_unsigned(NFSV4OP_GETATTR);
239 *tl = txdr_unsigned(nfsv4_opmap[procnum].op);
H A Dnfs_clport.c838 sp->sa_uid = txdr_unsigned(vap->va_uid);
842 sp->sa_gid = txdr_unsigned(vap->va_gid);
848 sp->sa_size = txdr_unsigned(rdev);
850 sp->sa_size = txdr_unsigned(vap->va_size);
858 *tl = txdr_unsigned(vap->va_mode);
866 *tl = txdr_unsigned(vap->va_uid);
874 *tl = txdr_unsigned(vap->va_gid);
890 *tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT);
894 *tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER);
898 *tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANG
[all...]
H A Dnfs_clstate.c3496 *tl++ = txdr_unsigned(seqid);
3497 *tl++ = txdr_unsigned(slotid);
3498 *tl++ = txdr_unsigned(NFSV4_CBSLOTS - 1);
3499 *tl = txdr_unsigned(NFSV4_CBSLOTS - 1);
3540 *retopsp = txdr_unsigned(retops);
4655 return (txdr_unsigned(nd->nd_repstat & 0xffff));
4657 return (txdr_unsigned(NFSERR_BADXDR));
4660 return (txdr_unsigned(nd->nd_repstat));
4664 return (txdr_unsigned(nd->nd_repstat));
4669 return (txdr_unsigned(n
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dnfs.h239 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
241 #define vtonfsv3_mode(m) txdr_unsigned((m) & 07777)
243 #define vtonfsv2_type(a) txdr_unsigned(nfsv2_type[((int32_t)(a))])
244 #define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
/freebsd-11.0-release/sys/fs/nfs/
H A Dxdr_subs.h50 #define txdr_unsigned(v) (htonl((int32_t)(v))) macro
H A Dnfs_commonacl.c303 *tl++ = txdr_unsigned(acetype);
322 *tl++ = txdr_unsigned(aceflag);
380 *tl++ = txdr_unsigned(acemask);
381 *tl++ = txdr_unsigned(namelen);
446 *entrycntp = txdr_unsigned(entrycnt);
H A Dnfs_commonsubs.c402 *tl = txdr_unsigned(siz);
457 newnfs_true = txdr_unsigned(TRUE);
458 newnfs_false = txdr_unsigned(FALSE);
459 newnfs_xdrneg1 = txdr_unsigned(-1);
2137 *tl = txdr_unsigned(NFSV4FHTYPE_PERSISTENT);
2174 *tl++ = txdr_unsigned(mp->mnt_stat.f_fsid.val[0]);
2176 *tl = txdr_unsigned(mp->mnt_stat.f_fsid.val[1]);
2186 *tl = txdr_unsigned(nfsrv_lease);
2191 *tl = txdr_unsigned(rderror);
2202 *tl = txdr_unsigned(NFSV4ACE_SUPTYPE
[all...]
H A Dnfsproto.h639 txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
641 #define vtonfsv34_mode(m) txdr_unsigned((m) & 07777)
643 #define vtonfsv2_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \
644 txdr_unsigned(newnfsv2_type[((u_int32_t)(a))]))
645 #define vtonfsv34_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \
646 txdr_unsigned(nfsv34_type[((u_int32_t)(a))]))
H A Dnfs_commonkrpc.c902 *nd->nd_slotseq = txdr_unsigned(

Completed in 189 milliseconds