• Home
  • Raw
  • Download

Lines Matching refs:debug_printf

134 	debug_printf("MSG RCV: %p received on sock = %p.\n", data, (void *)sock);
137debug_printf("MSG RCV: length %d, addr %p:%u, stream %u, SSN %u, TSN %u, PPID %u, context %u, %s%s…
176 debug_printf("%s:%d", name, ntohs(sin->sin_port));
187 debug_printf("%s:%d", name, ntohs(sin6->sin6_port));
195 debug_printf("%p:%d", sconn->sconn_addr, ntohs(sconn->sconn_port));
199 debug_printf("Unknown family: %d", addr->sa_family);
204 debug_printf(",");
210 debug_printf("<->");
223 debug_printf("%s:%d", name, ntohs(sin->sin_port));
234 debug_printf("%s:%d", name, ntohs(sin6->sin6_port));
242 debug_printf("%p:%d", sconn->sconn_addr, ntohs(sconn->sconn_port));
246 debug_printf("Unknown family: %d", addr->sa_family);
251 debug_printf(",");
257 debug_printf("\n");
293 debug_printf("starting program\n");
297 debug_printf("WSAStartup failed\n");
305 debug_printf("socket() failed with error: %d\n", WSAGetLastError());
309 debug_printf("socket() failed with error: %d\n", WSAGetLastError());
338 debug_printf("bind() failed with error: %d\n", WSAGetLastError());
342 debug_printf("bind() failed with error: %d\n", WSAGetLastError());
357 debug_printf("connect() failed with error: %d\n", WSAGetLastError());
361 debug_printf("connect() failed with error: %d\n", WSAGetLastError());
376 debug_printf("CreateThread() failed with error: %d\n", GetLastError());
380 debug_printf("CreateThread() failed with error: %d\n", GetLastError());
410 debug_printf("Change send socket buffer size from %d ", cur_buf_size);
422 debug_printf("to %d.\n", cur_buf_size);
444 debug_printf("Change receive socket buffer size from %d ", cur_buf_size);
456 debug_printf("to %d.\n", cur_buf_size);
523 debug_printf("usrscp_sendv - step %d - call %d flags %x\n", i, ++j, sndinfo.snd_flags);
539 debug_printf("usrscp_sendv - step %d - call %d flags %x\n", i, ++j, sndinfo.snd_flags);
553 debug_printf("Sending done, sleeping\n");
571 debug_printf("closesocket() failed with error: %d\n", WSAGetLastError());
575 debug_printf("closesocket() failed with error: %d\n", WSAGetLastError());