Lines Matching defs:TRACE

66 #	define TRACE(format, args...)	dprintf("%" B_PRId32 ": TCP [%" \
70 # define TRACE(args...) do { } while (0)
515 TRACE("Open()");
535 TRACE("Close()");
560 TRACE("Close(): Lingering for %i secs", socket->linger);
572 TRACE("Close(): after waiting, the SendQ was left with %" B_PRIuSIZE
584 TRACE("Free()");
612 TRACE("Connect() on address %s", PrintAddress(address));
618 TRACE(" Connect(): Connection complete: %s (timeout was %"
646 TRACE(" Connect(): starting 3-way handshake...");
661 TRACE(" Connect() completed after _SendQueued()");
669 TRACE(" Connect() delayed, return EINPROGRESS");
677 TRACE(" Connect(): Connection complete: %s (timeout was %" B_PRIdBIGTIME
688 TRACE("Accept()");
714 TRACE(" Accept() returning %p", (*_acceptedSocket)->first_protocol);
730 TRACE("Bind() on address %s", PrintAddress(address));
745 TRACE("Unbind()");
757 TRACE("Listen()");
789 TRACE("Shutdown(%i)", direction);
811 TRACE("SendData(buffer %p, size %" B_PRIu32 ", flags %#" B_PRIx32
846 TRACE(" SendData() returning %s (%d)",
879 TRACE(" SendData(): %" B_PRIuSIZE " bytes used.", fSendQueue.Used());
912 TRACE("SendAvailable(): %" B_PRIdSSIZE, available);
939 TRACE("ReadData(%" B_PRIuSIZE " bytes, flags %#" B_PRIx32 ")", numBytes,
1018 TRACE(" ReadData(): %" B_PRIuSIZE " are available.",
1028 TRACE(" ReadData(): %" B_PRIuSIZE " bytes kept.",
1047 TRACE("ReadAvailable(): %" B_PRIdSSIZE, _AvailableData());
1168 TRACE("_EnterTimeWait()");
1305 TRACE("_DuplicateAcknowledge(): packet sent under limited transmit on receipt of dup ack");
1319 TRACE("_DuplicateAcknowledge(): packet sent under fast restransmit on the receipt of 3rd dup ack");
1396 TRACE(" _AddData(): adding data, receive next = %" B_PRIu32 ". Now have %"
1474 TRACE("Spawn()");
1517 TRACE("ListenReceive()");
1546 TRACE("_SynchronizeSentReceive()");
1633 TRACE(" Receive(): segment out of window, next: %" B_PRIu32
1692 TRACE("* remove %" B_PRId32 " bytes from the start", drop);
1722 TRACE("* remove %" B_PRId32 " bytes from the end", drop);
1728 TRACE(" Receive(): Window update %" B_PRIu32 " -> %" B_PRIu32,
1757 TRACE("Receive(): duplicate ack!");
1776 TRACE("Receive(): all inflight data ack'd!");
1780 TRACE("Receive(): FIN has been acknowledged!");
1839 TRACE("Receive(): peer is finishing connection!");
1885 TRACE("Receive() Action %" B_PRId32, action);
1896 TRACE("SegmentReceived(): buffer %p (%" B_PRIu32 " bytes) address %s "
2051 TRACE("_PrepareAndSend(): buffer %p (%" B_PRIu32 " bytes) address %s to "
2272 TRACE("starting initial retransmit timer of: %" B_PRIdBIGTIME,
2344 TRACE("_Acknowledged(): ack %" B_PRIu32 "; uack %" B_PRIu32 "; next %"
2406 TRACE("all acknowledged, cancelling retransmission timer.");
2410 TRACE("data acknowledged, resetting retransmission timer to: %"
2432 TRACE("Retransmit()");
2479 TRACE(" RTO is now %" B_PRIdBIGTIME " (after rtt %" B_PRId32 "ms)",