Lines Matching refs:xid
62 def pack_callheader(self, xid, prog, vers, proc, cred, verf): argument
63 self.pack_uint(xid)
73 def pack_replyheader(self, xid, verf): argument
74 self.pack_uint(xid)
95 xid = self.unpack_uint()
107 return xid, prog, vers, proc, cred, verf
111 xid = self.unpack_uint()
146 return xid, verf
254 self.lastxid = xid = self.lastxid + 1
259 p.pack_callheader(xid, self.prog, self.vers, proc, cred, verf)
352 xid, verf = u.unpack_replyheader()
353 if xid != self.lastxid:
356 xid, self.lastxid)
391 xid, verf = u.unpack_replyheader()
392 if xid != self.lastxid:
447 xid, verf = u.unpack_replyheader()
448 if xid != self.lastxid:
680 xid = self.unpacker.unpack_uint()
681 self.packer.pack_uint(xid)
719 self.packer.pack_uint(xid)