Searched defs:Conv (Results 1 – 5 of 5) sorted by relevance
39 typedef struct Conv Conv; typedef40 struct Conv struct65 Conv** conv; argument
1 typedef struct Conv Conv; typedef171 struct Conv struct175 int x; /* conversation index */176 Proto* p;201 Conv* incall; /* calls waiting to be listened for */ argument202 Conv* next; argument204 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 …]
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 …]