Lines Matching refs:packer
234 self.packer = Packer()
257 p = self.packer
347 call = self.packer.get_buf()
367 call = self.packer.get_buf()
423 call = self.packer.get_buf()
527 self.packer = PortMapperPacker()
532 self.packer.pack_mapping, \
537 self.packer.pack_mapping, \
542 self.packer.pack_mapping, \
552 self.packer.pack_call_args, \
631 self.packer.reset()
640 packed_args = self.packer.get_buf()
679 self.packer.reset()
681 self.packer.pack_uint(xid)
685 self.packer.pack_uint(REPLY)
688 self.packer.pack_uint(MSG_DENIED)
689 self.packer.pack_uint(RPC_MISMATCH)
690 self.packer.pack_uint(RPCVERSION)
691 self.packer.pack_uint(RPCVERSION)
692 return self.packer.get_buf()
693 self.packer.pack_uint(MSG_ACCEPTED)
694 self.packer.pack_auth((AUTH_NULL, make_auth_null()))
697 self.packer.pack_uint(PROG_UNAVAIL)
698 return self.packer.get_buf()
701 self.packer.pack_uint(PROG_MISMATCH)
702 self.packer.pack_uint(self.vers)
703 self.packer.pack_uint(self.vers)
704 return self.packer.get_buf()
710 self.packer.pack_uint(PROC_UNAVAIL)
711 return self.packer.get_buf()
718 self.packer.reset()
719 self.packer.pack_uint(xid)
720 self.packer.pack_uint(REPLY)
721 self.packer.pack_uint(MSG_ACCEPTED)
722 self.packer.pack_auth((AUTH_NULL, make_auth_null()))
723 self.packer.pack_uint(GARBAGE_ARGS)
724 return self.packer.get_buf()
731 self.packer.pack_uint(SUCCESS)
746 self.packer = Packer()
864 self.packer.pack_string(arg + arg)
888 self.packer.pack_string, \