HomeSort by relevance Sort by last modified time
    Searched refs:UDPClient (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Demo/rpc/
mountclient.py 13 from rpc import Packer, Unpacker, TCPClient, UDPClient
74 # Think of this as a derived class of either TCPClient or UDPClient.
169 class UDPMountClient(PartialMountClient, UDPClient):
172 UDPClient.__init__(self, host, MOUNTPROG, MOUNTVERS)
rnusersclient.py 4 from rpc import Packer, Unpacker, UDPClient, BroadcastUDPClient
55 class RnusersClient(PartialRnusersClient, UDPClient):
58 UDPClient.__init__(self, host, 100002, 2)
nfsclient.py 10 from rpc import UDPClient, TCPClient
122 class NFSClient(UDPClient):
125 UDPClient.__init__(self, host, NFS_PROGRAM, NFS_VERSION)
rpc.py 591 class UDPClient(RawUDPClient):
885 class C(UDPClient):

Completed in 570 milliseconds