Home
last modified time | relevance | path

Searched refs:RawUDPClient (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/rpc/
Drpc.py361 class RawUDPClient(Client): class
400 class RawBroadcastUDPClient(RawUDPClient):
403 RawUDPClient.__init__(self, bcastaddr, prog, vers, port)
563 class UDPPortMapperClient(PartialPortMapperClient, RawUDPClient):
566 RawUDPClient.__init__(self, \
591 class UDPClient(RawUDPClient):
599 RawUDPClient.__init__(self, host, prog, vers, port)