Searched refs:TCPLIKE_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | dccp_tcplike.c | 74 #define TCPLIKE_DEBUG(args) dccp_log args macro 213 TCPLIKE_DEBUG((LOG_INFO, "Entering tcplike_send_init()\n")); in tcplike_send_init() 217 TCPLIKE_DEBUG((LOG_INFO, "Unable to allocate memory for tcplike_send_ccb!\n")); in tcplike_send_init() 265 TCPLIKE_DEBUG((LOG_INFO, "TCPlike sender initialised!\n")); in tcplike_send_init() 279 TCPLIKE_DEBUG((LOG_INFO, "TCP-like sender is destroyed\n")); in tcplike_send_term() 303 TCPLIKE_DEBUG((LOG_INFO, "Untimeout RTO Timer\n")); in tcplike_send_free() 326 TCPLIKE_DEBUG((LOG_INFO, "Entering tcplike_send_packet()\n")); in tcplike_send_packet() 329 TCPLIKE_DEBUG((LOG_INFO, "Sending pure ACK. Dont care about CC right now\n")); in tcplike_send_packet() 389 …TCPLIKE_DEBUG((LOG_INFO, "Entering tcplike_send_packet_sent(,%i,%i)\n",moreToSend,(int) datasize)); in tcplike_send_packet_sent() 392 TCPLIKE_DEBUG((LOG_INFO, "Sent pure ACK. Dont care about cwnd-storing\n")); in tcplike_send_packet_sent() [all …]
|