Lines Matching refs:DPRINTF

85 #define DPRINTF(arg) if (_debug_on) printf arg
228 DPRINTF(("thread = 0x%lx: calling PR_Recv, bytes = %d\n",
233 DPRINTF(("thread = 0x%lx: returning from PR_Recv, bytes = %d\n",
264 DPRINTF(("thread = 0x%lx: calling PR_Send, bytes = %d\n",
268 DPRINTF(("thread = 0x%lx: returning from PR_Send, bytes = %d\n",
316 DPRINTF(("Serve_Client [0x%lx]: inbuf[0] = 0x%lx\n",PR_GetCurrentThread(),
455 DPRINTF(("TCP_Server: PR_BIND netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n",
477 DPRINTF(("TCP_Server: Accepting connection\n"));
483 DPRINTF(("TCP_Server: Accepted connection\n"));
507 DPRINTF(("TCP_Server: Created Serve_Client = 0x%lx\n", t));
523 DPRINTF(("TCP_Server [0x%lx] exiting\n", PR_GetCurrentThread()));
581 DPRINTF(("PR_Bind: UDP Server netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n",
619 DPRINTF(("UDP_Server: calling PR_RecvFrom client - ip = 0x%lx, port = %d bytes = %d inbuf = 0x%lx, inbuf[0] = 0x%lx\n",
625 DPRINTF(("UDP_Server: PR_RecvFrom client - ip = 0x%lx, port = %d bytes = %d inbuf = 0x%lx, inbuf[0] = 0x%lx\n",
648 DPRINTF(("UDP_Server [0x%x] exiting\n", PR_GetCurrentThread()));
713 DPRINTF(("TCP Client [0x%lx]: out_buf = 0x%lx out_buf[0] = 0x%lx\n",
750 DPRINTF(("TCP_Client [0x%x] exiting\n", PR_GetCurrentThread()));
814 DPRINTF(("PR_Bind: UDP Client netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n",
831 DPRINTF(("UDP_Client [0x%lx]: out_buf = 0x%lx bytes = 0x%lx\n",
846 DPRINTF(("UDP_Client [0x%lx]: out_buf = 0x%lx out_buf[0] = 0x%lx\n",
857 DPRINTF(("UDP_Client [0x%lx]: in_buf = 0x%lx in_buf[0] = 0x%lx\n",
882 DPRINTF(("UDP_Client [0x%x] exiting\n", PR_GetCurrentThread()));
949 DPRINTF(("Created TCP server = 0x%lx\n", t));
983 DPRINTF(("Created TCP client = 0x%lx\n", t));
989 DPRINTF(("TCP Server - thread_count = %d\n", thread_count));
1055 DPRINTF(("Creating UDP server"));
1102 DPRINTF(("Creating UDP client %d\n", i));
1119 DPRINTF(("UDP Server - thread_count = %d\n", thread_count));
1479 DPRINTF(("TransmitFile_Client [0x%lx] exiting\n", PR_GetCurrentThread()));
1790 DPRINTF(("TCP_Server: PR_BIND netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n",
1856 DPRINTF(("TransmitFile_Server: Created Serve_TransmitFile_Client = 0x%lx\n", t));
1884 DPRINTF(("TransmitFile_Server [0x%lx] exiting\n", PR_GetCurrentThread()));
2114 DPRINTF(("Created TCP server = 0x%x\n", t));
2151 DPRINTF(("Created TransmitFile client = 0x%lx\n", t));
2157 DPRINTF(("Socket_Misc_Test - thread_count = %d\n", thread_count));