Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 11 of 11) sorted by relevance

/plan9/sys/src/cmd/execnet/
H A Ddat.h9 typedef struct Client Client; typedef
10 struct Client struct
35 extern Client **client; argument
/plan9/sys/src/cmd/webfs/
H A Ddat.h1 typedef struct Client Client; typedef
23 struct Client struct
25 Url *url;
26 Url *baseurl;
27 Ctl ctl;
28 Channel *creq; /* chan(Req*) */
29 int num;
30 int plumbed;
31 char *contenttype;
32 char *postbody;
[all …]
/plan9/sys/src/cmd/ssh1/
H A Dsshnet.c119 typedef struct Client Client; typedef
120 struct Client struct
134 Client **client; argument
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevdraw.c41 typedef struct Client Client; typedef
68 struct Client struct
70 Ref r;
94 Client* client; argument
/plan9/sys/src/cmd/vnc/
H A Ddevdraw.c39 typedef struct Client Client; typedef
66 struct Client struct
68 Ref r;
92 Client* client; argument
/plan9/sys/src/9/port/
H A Ddevdraw.c43 typedef struct Client Client; typedef
69 struct Client struct
71 Ref r;
95 Client* client; argument
/plan9/sys/src/9/kw/
H A Darm.h186 #define Client 1 /* DAC */ macro
/plan9/sys/src/9/omap/
H A Darm.h244 #define Client 1 /* DAC */ macro
/plan9/sys/src/9/teg2/
H A Darm.h301 #define Client 1 /* DAC */ macro
/plan9/sys/src/9/bcm/
H A Darm.h264 #define Client 1 /* DAC */ macro
/plan9/sys/src/cmd/ssh2/
H A Dnetssh.h10 Client, enumerator