Home
last modified time | relevance | path

Searched defs:Conv (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevip.c39 typedef struct Conv Conv; typedef
40 struct Conv struct
65 Conv** conv; argument
/plan9/sys/src/9/ip/
H A Dip.h1 typedef struct Conv Conv; typedef
171 struct Conv struct
175 int x; /* conversation index */
176 Proto* p;
201 Conv* incall; /* calls waiting to be listened for */ argument
202 Conv* next; argument
204 Queue* rq; /* queued data waiting to be read */
205 Queue* wq; /* queued data waiting to be written */
206 Queue* eq; /* returned error packets */
207 Queue* sq; /* snooping queue */
[all …]
H A Dipmux.c610 ipmuxannounce(Conv*, char**, int) in ipmuxannounce() argument
H A Dgre.c239 greannounce(Conv*, char**, int) in greannounce() argument
/plan9/sys/src/9/port/
H A Ddevsdp.c17 typedef struct Conv Conv; typedef
117 struct Conv { struct
119 Sdp *sdp;
120 int id;
122 int ref; // holds conv up
124 int state;
126 int dataopen; // ref count of opens on Qdata
127 int controlopen; // ref count of opens on Qcontrol
128 int reader; // reader proc has been started
130 Stats lstats;
[all …]