Lines Matching full:dcc
31 changes DCC commands to export a port on the aliasing host instead
34 For this routine to work, the DCC command must fit entirely into a
218 if (i + 4 >= dlen) /* Too short for DCC */
228 /* We have a DCC command - handle it! */
229 i += 4; /* Skip "DCC " */
237 DBprintf(("Found DCC\n"));
240 * protocol, but DCC breaks CTCP protocol anyway
244 DBprintf(("DCC packet terminated in just spaces\n"));
253 DBprintf(("DCC packet terminated during command\n"));
264 * protocol, but DCC breaks CTCP protocol anyway
268 DBprintf(("DCC packet terminated in just spaces (post-command)\n"));
277 DBprintf(("DCC packet terminated during filename\n"));
288 * protocol, but DCC breaks CTCP protocol anyway
292 DBprintf(("DCC packet terminated in just spaces (post-filename)\n"));
302 DBprintf(("DCC Address overflow (org_addr == 0x%08lx, next char %c\n", org_addr, sptr[i]));
315 * protocol, but DCC breaks CTCP protocol anyway, so we
330 DBprintf(("DCC: port number overflow\n"));
366 DBprintf(("Got a DCC link\n"));
383 DBprintf(("DCC packet construct failure.\n"));
388 DBprintf(("DCC constructed packet overflow.\n"));
396 DBprintf(("DCC packet construct failure.\n"));
409 * has been pushed. Also used to copy the rest of a DCC,