Lines Matching refs:Client
40 AUTH_REJECTEDCRED = 2 # client must begin new session
202 class Client:
339 # Client using TCP to a specific port
341 class RawTCPClient(Client):
359 # Client using UDP to a specific port
361 class RawUDPClient(Client):
398 # Client using UDP broadcast to a specific port
602 class BroadcastUDPClient(Client):
648 # These are not symmetric to the Client classes
852 # Test program for server, with corresponding client
884 # Client for above server