Searched refs:DEBUG_TCP (Results 1 – 5 of 5) sorted by relevance
/reactos/drivers/network/tcpip/ip/transport/tcp/ |
H A D | tcp.c | 95 TI_DbgPrint(DEBUG_TCP, ("Freeing TCP Endpoint\n")); in ConnectionFree() 172 TI_DbgPrint(DEBUG_TCP,("[IP, TCPSocket] Leaving. Status = 0x%x\n", Status)); in TCPSocket() 201 TI_DbgPrint(DEBUG_TCP,("Sending packet %d (%d) to lwIP\n", in TCPReceive() 296 TI_DbgPrint(DEBUG_TCP,("TCP operation failed: 0x%x (%d)\n", Status, err)); in TCPTranslateError() 316 TI_DbgPrint(DEBUG_TCP,("[IP, TCPConnect] Called\n")); in TCPConnect() 325 TI_DbgPrint(DEBUG_TCP, ("Could not AddrBuildAddress in TCPConnect\n")); in TCPConnect() 330 TI_DbgPrint(DEBUG_TCP, in TCPConnect() 439 TI_DbgPrint(DEBUG_TCP,("[IP, TCPDisconnect] Called\n")); in TCPDisconnect() 565 TI_DbgPrint(DEBUG_TCP,("[IP, TCPReceiveData] Queued read irp\n")); in TCPReceiveData() 596 TI_DbgPrint(DEBUG_TCP,("[IP, TCPSendData] Connection = %x\n", Connection)); in TCPSendData() [all …]
|
H A D | event.c | 252 TI_DbgPrint(DEBUG_TCP,("[IP, TCPAcceptEventHandler] Getting the socket\n")); in TCPAcceptEventHandler() 257 TI_DbgPrint(DEBUG_TCP,("Socket: Status: %x\n", Status)); in TCPAcceptEventHandler() 321 TI_DbgPrint(DEBUG_TCP, in TCPSendEventHandler() 326 TI_DbgPrint(DEBUG_TCP, in TCPSendEventHandler() 329 TI_DbgPrint(DEBUG_TCP, ("Connection: %x\n", Connection)); in TCPSendEventHandler() 331 (DEBUG_TCP, in TCPSendEventHandler() 339 TI_DbgPrint(DEBUG_TCP,("TCP Bytes: %d\n", BytesSent)); in TCPSendEventHandler() 349 TI_DbgPrint(DEBUG_TCP, in TCPSendEventHandler()
|
H A D | accept.c | 59 TI_DbgPrint(DEBUG_TCP,("[IP, TCPListen] Called\n")); in TCPListen() 61 TI_DbgPrint(DEBUG_TCP, ("Connection->SocketContext %x\n", in TCPListen() 102 TI_DbgPrint(DEBUG_TCP,("[IP, TCPListen] Leaving. Status = %x\n", Status)); in TCPListen()
|
/reactos/drivers/network/tcpip/include/ |
H A D | debug.h | 26 #define DEBUG_TCP 0x00040000 macro
|
/reactos/drivers/network/lan/include/ |
H A D | debug.h | 28 #define DEBUG_TCP 0x00040000 macro
|