Searched defs:Client (Results 1 – 2 of 2) sorted by relevance
1203 typedef struct Client Client; typedef1222 struct Client { struct1223 Client* next; argument1224 Client** pref; argument1232 Client* clients; argument
39 public class Client { class127 Client(Device device, SocketChannel chan, int pid) { in Client() method in Client