Searched defs:Conv (Results 1 – 8 of 8) sorted by relevance
39 typedef struct Conv Conv; typedef40 struct Conv struct65 Conv** conv; argument
1 typedef struct Conv Conv; typedef170 struct Conv struct174 int x; /* conversation index */175 Proto* p;200 Conv* incall; /* calls waiting to be listened for */ argument201 Conv* next; argument203 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 …]
610 ipmuxannounce(Conv*, char**, int) in ipmuxannounce() argument
239 greannounce(Conv*, char**, int) in greannounce() argument
17 typedef struct Conv Conv; typedef117 struct Conv { struct119 Sdp *sdp;120 int id;122 int ref; // holds conv up124 int state;126 int dataopen; // ref count of opens on Qdata127 int controlopen; // ref count of opens on Qcontrol128 int reader; // reader proc has been started130 Stats lstats;[all …]