Symbol: txdr_unsigned
sys/nfs/krpc_subr.c
170
sdata->prog = txdr_unsigned(prog);
sys/nfs/krpc_subr.c
171
sdata->vers = txdr_unsigned(vers);
sys/nfs/krpc_subr.c
172
sdata->proto = txdr_unsigned(IPPROTO_UDP);
sys/nfs/krpc_subr.c
314
call->rp_xid = txdr_unsigned(xid);
sys/nfs/krpc_subr.c
316
call->rp_rpcvers = txdr_unsigned(2);
sys/nfs/krpc_subr.c
317
call->rp_prog = txdr_unsigned(prog);
sys/nfs/krpc_subr.c
318
call->rp_vers = txdr_unsigned(vers);
sys/nfs/krpc_subr.c
319
call->rp_proc = txdr_unsigned(func);
sys/nfs/krpc_subr.c
321
call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX);
sys/nfs/krpc_subr.c
322
call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix));
sys/nfs/krpc_subr.c
394
if (reply->rp_direction != txdr_unsigned(RPC_REPLY))
sys/nfs/krpc_subr.c
397
if (reply->rp_xid != txdr_unsigned(xid))
sys/nfs/krpc_subr.c
509
xs->len = txdr_unsigned(len);
sys/nfs/krpc_subr.c
576
xi->atype = txdr_unsigned(1);
sys/nfs/krpc_subr.c
579
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
580
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
581
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
582
*ip++ = txdr_unsigned(*cp++);
sys/nfs/krpc_subr.c
600
if (xi->atype != txdr_unsigned(1)) {
sys/nfs/nfs_boot.c
345
call->call_prog = txdr_unsigned(BOOTPARAM_PROG);
sys/nfs/nfs_boot.c
346
call->call_vers = txdr_unsigned(BOOTPARAM_VERS);
sys/nfs/nfs_boot.c
347
call->call_proc = txdr_unsigned(BOOTPARAM_WHOAMI);
sys/nfs/nfs_boot.c
353
call->call_arglen = txdr_unsigned(m->m_next->m_len);
sys/nfs/nfs_serv.c
1006
*tl++ = txdr_unsigned(NFSX_V3FH);
sys/nfs/nfs_serv.c
206
*tl = txdr_unsigned(nfsmode);
sys/nfs/nfs_serv.c
2578
*tl = txdr_unsigned((u_int32_t)dp->d_fileno);
sys/nfs/nfs_serv.c
2589
*tl = txdr_unsigned((u_int32_t)dp->d_off);
sys/nfs/nfs_serv.c
2844
fl.fl_fhsize = txdr_unsigned(NFSX_V3FH);
sys/nfs/nfs_serv.c
2934
*tl++ = txdr_unsigned(boottime.tv_sec);
sys/nfs/nfs_serv.c
2935
*tl = txdr_unsigned(boottime.tv_usec);
sys/nfs/nfs_serv.c
3016
sfp->sf_tsize = txdr_unsigned(NFS_MAXDGRAMDATA);
sys/nfs/nfs_serv.c
3017
sfp->sf_bsize = txdr_unsigned(sf->f_bsize);
sys/nfs/nfs_serv.c
3018
sfp->sf_blocks = txdr_unsigned(sf->f_blocks);
sys/nfs/nfs_serv.c
3019
sfp->sf_bfree = txdr_unsigned(sf->f_bfree);
sys/nfs/nfs_serv.c
3020
sfp->sf_bavail = txdr_unsigned(sf->f_bavail);
sys/nfs/nfs_serv.c
3083
sip->fs_rtmax = txdr_unsigned(NFS_MAXDATA);
sys/nfs/nfs_serv.c
3084
sip->fs_rtpref = txdr_unsigned(pref);
sys/nfs/nfs_serv.c
3085
sip->fs_rtmult = txdr_unsigned(NFS_FABLKSIZE);
sys/nfs/nfs_serv.c
3086
sip->fs_wtmax = txdr_unsigned(NFS_MAXDATA);
sys/nfs/nfs_serv.c
3087
sip->fs_wtpref = txdr_unsigned(pref);
sys/nfs/nfs_serv.c
3088
sip->fs_wtmult = txdr_unsigned(NFS_FABLKSIZE);
sys/nfs/nfs_serv.c
3089
sip->fs_dtpref = txdr_unsigned(pref);
sys/nfs/nfs_serv.c
3093
sip->fs_timedelta.nfsv3_nsec = txdr_unsigned(1);
sys/nfs/nfs_serv.c
3094
sip->fs_properties = txdr_unsigned(NFSV3FSINFO_LINK |
sys/nfs/nfs_serv.c
3161
pc->pc_linkmax = txdr_unsigned(linkmax);
sys/nfs/nfs_serv.c
3162
pc->pc_namemax = txdr_unsigned(namemax);
sys/nfs/nfs_serv.c
3163
pc->pc_notrunc = txdr_unsigned(notrunc);
sys/nfs/nfs_serv.c
3164
pc->pc_chownrestricted = txdr_unsigned(chownres);
sys/nfs/nfs_serv.c
619
*tl = txdr_unsigned(len);
sys/nfs/nfs_serv.c
793
*tl++ = txdr_unsigned(cnt);
sys/nfs/nfs_serv.c
799
*tl = txdr_unsigned(cnt);
sys/nfs/nfs_serv.c
970
*tl++ = txdr_unsigned(retlen);
sys/nfs/nfs_serv.c
972
*tl++ = txdr_unsigned(stable);
sys/nfs/nfs_serv.c
974
*tl++ = txdr_unsigned(NFSV3WRITE_FILESYNC);
sys/nfs/nfs_serv.c
981
*tl++ = txdr_unsigned(boottime.tv_sec);
sys/nfs/nfs_serv.c
982
*tl = txdr_unsigned(boottime.tv_usec);
sys/nfs/nfs_socket.c
1082
*tl++ = txdr_unsigned(nd->nd_retxid);
sys/nfs/nfs_socket.c
1088
*tl = txdr_unsigned(err & ~NFSERR_AUTHERR);
sys/nfs/nfs_socket.c
1092
*tl++ = txdr_unsigned(RPC_VER2);
sys/nfs/nfs_socket.c
1093
*tl = txdr_unsigned(RPC_VER2);
sys/nfs/nfs_socket.c
1104
*tl = txdr_unsigned(RPC_PROGUNAVAIL);
sys/nfs/nfs_socket.c
1107
*tl = txdr_unsigned(RPC_PROGMISMATCH);
sys/nfs/nfs_socket.c
1109
*tl++ = txdr_unsigned(NFS_VER2);
sys/nfs/nfs_socket.c
1110
*tl = txdr_unsigned(NFS_VER3);
sys/nfs/nfs_socket.c
1113
*tl = txdr_unsigned(RPC_PROCUNAVAIL);
sys/nfs/nfs_socket.c
1116
*tl = txdr_unsigned(RPC_GARBAGE);
sys/nfs/nfs_socket.c
1123
*tl = txdr_unsigned(nfsrv_errmap(nd, err));
sys/nfs/nfs_srvsubs.c
282
fp->fa_nlink = txdr_unsigned(vap->va_nlink);
sys/nfs/nfs_srvsubs.c
283
fp->fa_uid = txdr_unsigned(vap->va_uid);
sys/nfs/nfs_srvsubs.c
284
fp->fa_gid = txdr_unsigned(vap->va_gid);
sys/nfs/nfs_srvsubs.c
290
fp->fa3_rdev.specdata1 = txdr_unsigned(major(vap->va_rdev));
sys/nfs/nfs_srvsubs.c
291
fp->fa3_rdev.specdata2 = txdr_unsigned(minor(vap->va_rdev));
sys/nfs/nfs_srvsubs.c
293
fp->fa3_fsid.nfsuquad[1] = txdr_unsigned(vap->va_fsid);
sys/nfs/nfs_srvsubs.c
301
fp->fa2_size = txdr_unsigned(vap->va_size);
sys/nfs/nfs_srvsubs.c
302
fp->fa2_blocksize = txdr_unsigned(vap->va_blocksize);
sys/nfs/nfs_srvsubs.c
306
fp->fa2_rdev = txdr_unsigned(vap->va_rdev);
sys/nfs/nfs_srvsubs.c
307
fp->fa2_blocks = txdr_unsigned(vap->va_bytes / NFS_FABLKSIZE);
sys/nfs/nfs_srvsubs.c
308
fp->fa2_fsid = txdr_unsigned(vap->va_fsid);
sys/nfs/nfs_srvsubs.c
309
fp->fa2_fileid = txdr_unsigned((u_int32_t)vap->va_fileid);
sys/nfs/nfs_subs.c
1387
*tl = txdr_unsigned(a->va_mode);
sys/nfs/nfs_subs.c
1395
*tl = txdr_unsigned(a->va_uid);
sys/nfs/nfs_subs.c
1403
*tl = txdr_unsigned((a)->va_gid);
sys/nfs/nfs_subs.c
1419
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT);
sys/nfs/nfs_subs.c
1423
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER);
sys/nfs/nfs_subs.c
1427
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE);
sys/nfs/nfs_subs.c
1432
*tl++ = txdr_unsigned(NFSV3SATTRTIME_TOCLIENT);
sys/nfs/nfs_subs.c
1436
*tl = txdr_unsigned(NFSV3SATTRTIME_TOSERVER);
sys/nfs/nfs_subs.c
1440
*tl = txdr_unsigned(NFSV3SATTRTIME_DONTCHANGE);
sys/nfs/nfs_subs.c
541
return (txdr_unsigned(idgen32(&nfs_xid_ctx)));
sys/nfs/nfs_subs.c
601
*tl++ = txdr_unsigned(NFS_VER3);
sys/nfs/nfs_subs.c
602
*tl = txdr_unsigned(req->r_procnum);
sys/nfs/nfs_subs.c
604
*tl++ = txdr_unsigned(NFS_VER2);
sys/nfs/nfs_subs.c
605
*tl = txdr_unsigned(nfsv2_procid[req->r_procnum]);
sys/nfs/nfs_subs.c
612
*tl++ = txdr_unsigned(RPCAUTH_UNIX);
sys/nfs/nfs_subs.c
613
*tl++ = txdr_unsigned(authsiz);
sys/nfs/nfs_subs.c
618
*tl++ = txdr_unsigned(cr->cr_uid);
sys/nfs/nfs_subs.c
619
*tl++ = txdr_unsigned(cr->cr_gid);
sys/nfs/nfs_subs.c
620
*tl++ = txdr_unsigned(ngroups);
sys/nfs/nfs_subs.c
622
*tl++ = txdr_unsigned(cr->cr_groups[i]);
sys/nfs/nfs_subs.c
624
*tl++ = txdr_unsigned(RPCAUTH_NULL);
sys/nfs/nfs_subs.c
775
strlen = txdr_unsigned(len);
sys/nfs/nfs_subs.c
880
rpc_vers = txdr_unsigned(RPC_VER2);
sys/nfs/nfs_subs.c
881
rpc_call = txdr_unsigned(RPC_CALL);
sys/nfs/nfs_subs.c
882
rpc_reply = txdr_unsigned(RPC_REPLY);
sys/nfs/nfs_subs.c
883
rpc_msgdenied = txdr_unsigned(RPC_MSGDENIED);
sys/nfs/nfs_subs.c
884
rpc_msgaccepted = txdr_unsigned(RPC_MSGACCEPTED);
sys/nfs/nfs_subs.c
885
rpc_mismatch = txdr_unsigned(RPC_MISMATCH);
sys/nfs/nfs_subs.c
886
rpc_autherr = txdr_unsigned(RPC_AUTHERR);
sys/nfs/nfs_subs.c
887
rpc_auth_unix = txdr_unsigned(RPCAUTH_UNIX);
sys/nfs/nfs_subs.c
888
nfs_prog = txdr_unsigned(NFS_PROG);
sys/nfs/nfs_subs.c
889
nfs_true = txdr_unsigned(1);
sys/nfs/nfs_subs.c
890
nfs_false = txdr_unsigned(0);
sys/nfs/nfs_subs.c
891
nfs_xdrneg1 = txdr_unsigned(-1);
sys/nfs/nfs_vnops.c
1210
*(tl + 2) = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1212
*tl++ = txdr_unsigned(uiop->uio_offset);
sys/nfs/nfs_vnops.c
1213
*tl++ = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1290
*tl++ = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1291
*tl++ = txdr_unsigned(*iomode);
sys/nfs/nfs_vnops.c
1292
*tl = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1298
x = txdr_unsigned((u_int32_t)uiop->uio_offset);
sys/nfs/nfs_vnops.c
1301
x = txdr_unsigned(len);
sys/nfs/nfs_vnops.c
1451
rdev = txdr_unsigned(vap->va_rdev);
sys/nfs/nfs_vnops.c
1473
*tl++ = txdr_unsigned(major(vap->va_rdev));
sys/nfs/nfs_vnops.c
1474
*tl = txdr_unsigned(minor(vap->va_rdev));
sys/nfs/nfs_vnops.c
1581
*tl = txdr_unsigned(NFSV3CREATE_EXCLUSIVE);
sys/nfs/nfs_vnops.c
1585
*tl = txdr_unsigned(NFSV3CREATE_UNCHECKED);
sys/nfs/nfs_vnops.c
2363
*tl = txdr_unsigned(nmp->nm_readdirsize);
sys/nfs/nfs_vnops.c
2572
*tl++ = txdr_unsigned(nmp->nm_readdirsize);
sys/nfs/nfs_vnops.c
2573
*tl = txdr_unsigned(nmp->nm_rsize);
sys/nfs/nfs_vnops.c
2948
*tl = txdr_unsigned(cnt);
sys/nfs/nfs_vnops.c
353
*tl = txdr_unsigned(mode);
sys/nfs/nfs_vnops.c
746
sp->sa_uid = txdr_unsigned(vap->va_uid);
sys/nfs/nfs_vnops.c
750
sp->sa_gid = txdr_unsigned(vap->va_gid);
sys/nfs/nfs_vnops.c
751
sp->sa_size = txdr_unsigned(vap->va_size);
sys/nfs/nfsproto.h
220
txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
sys/nfs/nfsproto.h
222
#define vtonfsv3_mode(m) txdr_unsigned((m) & 07777)
sys/nfs/nfsproto.h
224
#define vtonfsv2_type(a) txdr_unsigned(nfsv2_type[((int32_t)(a))])
sys/nfs/nfsproto.h
225
#define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
usr.sbin/tcpdump/nfs.h
235
txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
usr.sbin/tcpdump/nfs.h
237
#define vtonfsv3_mode(m) txdr_unsigned((m) & 07777)
usr.sbin/tcpdump/nfs.h
239
#define vtonfsv2_type(a) txdr_unsigned(nfsv2_type[((int32_t)(a))])
usr.sbin/tcpdump/nfs.h
240
#define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
usr.sbin/tcpdump/nfsv2.h
125
txdr_unsigned(((t) == VFIFO) ? MAKEIMODE(VCHR, (m)) : \
usr.sbin/tcpdump/nfsv2.h
128
#define vtonfs_type(a) txdr_unsigned(nfs_type[((int32_t)(a))])