Home | History | Annotate | Download | only in qemud

Lines Matching full:disconnect

67  *           disconnect:<id>
922 D("%s: disconnect on fd %d", __FUNCTION__, f->fd);
1224 * In case of failure, it can disconnect or try sending
1465 if (p->len == 13 && !memcmp(p->data, "disconnect:",11)) {
1577 int len = snprintf((char*)p->data, sizeof(p->data), "disconnect:%02x", channel);