Searched defs:Client (Results 1 – 2 of 2) sorted by relevance
1207 typedef struct Client Client; typedef1226 struct Client { struct1227 Client* next; argument1228 Client** pref; argument1236 Client* clients; argument
39 public class Client { class127 Client(Device device, SocketChannel chan, int pid) { in Client() method in Client