xid 241 arch/i386/stand/libsa/pxe.c desc.xid = bootplayer.ident; xid 103 lib/libsa/bootp.c bp->bp_xid = htonl(d->xid); xid 118 lib/libsa/bootp.c ++d->xid; xid 166 lib/libsa/bootp.c if (bp->bp_xid != htonl(d->xid)) { xid 170 lib/libsa/bootp.c d->xid, ntohl(bp->bp_xid)); xid 50 lib/libsa/iodesc.h u_long xid; /* transaction identification */ xid 117 lib/libsa/tftp.c if (htons(t->th_block) != d->xid) { xid 123 lib/libsa/tftp.c if (d->xid == 1) { xid 180 lib/libsa/tftp.c h->iodesc->xid = 1; /* expected block */ xid 216 lib/libsa/tftp.c h->iodesc->xid = h->currblock + 1; /* expected block */ xid 203 nfs/krpc_subr.c static u_int32_t xid = 0; xid 302 nfs/krpc_subr.c while ((newxid = arc4random()) == xid); xid 303 nfs/krpc_subr.c xid = newxid; xid 304 nfs/krpc_subr.c call->rp_xid = txdr_unsigned(xid); xid 393 nfs/krpc_subr.c if (reply->rp_xid != txdr_unsigned(xid)) xid 845 nfs/nfs_socket.c u_int32_t xid; xid 892 nfs/nfs_socket.c auth_str, verf_len, verf_str, mrest, mrest_len, &mheadend, &xid); xid 905 nfs/nfs_socket.c rep->r_xid = xid; xid 66 nfs/nfs_srvcache.c #define NFSRCHASH(xid) \ xid 67 nfs/nfs_srvcache.c (&nfsrvhashtbl[((xid) + ((xid) >> 24)) & nfsrvhash])