Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddevip.c39 typedef struct Conv Conv; typedef
40 struct Conv struct
65 Conv** conv; argument
/plan9-contrib/sys/src/9/ip/
H A Dip.h1 typedef struct Conv Conv; typedef
170 struct Conv struct
174 int x; /* conversation index */
175 Proto* p;
200 Conv* incall; /* calls waiting to be listened for */ argument
201 Conv* next; argument
203 Queue* rq; /* queued data waiting to be read */
204 Queue* wq; /* queued data waiting to be written */
205 Queue* eq; /* returned error packets */
206 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-contrib/sys/src/9k/ip/
H A Dip.h1 typedef struct Conv Conv; typedef
170 struct Conv struct
174 int x; /* conversation index */
175 Proto* p;
200 Conv* incall; /* calls waiting to be listened for */ argument
201 Conv* next; argument
203 Queue* rq; /* queued data waiting to be read */
204 Queue* wq; /* queued data waiting to be written */
205 Queue* eq; /* returned error packets */
206 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-contrib/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 …]