Home
last modified time | relevance | path

Searched refs:DEBUG_SEND (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/debug_stub/
H A Dsession.h51 DEBUG_SEND = 4, // Log all SENDs enumerator
53 DEBUG_MASK = (DEBUG_SEND | DEBUG_RECV)
H A Dsession.cc130 if (GetFlags() & DEBUG_SEND) { in SendPacketOnly()
H A Dsession_test.cc200 cli.ClearFlags(Session::IGNORE_ACK | Session::DEBUG_SEND); in TestSession()
/dports/net/liveMedia/live/liveMedia/
H A DRTPInterface.cpp330 #ifdef DEBUG_SEND in sendRTPorRTCPPacketOverTCP()
348 #ifdef DEBUG_SEND in sendRTPorRTCPPacketOverTCP()
355 #ifdef DEBUG_SEND in sendRTPorRTCPPacketOverTCP()
376 #ifdef DEBUG_SEND in sendDataOverTCP()
387 #ifdef DEBUG_SEND in sendDataOverTCP()
451 #if defined(DEBUG_SEND)||defined(DEBUG_RECEIVE) in registerRTPInterface()
474 #if defined(DEBUG_SEND)||defined(DEBUG_RECEIVE) in deregisterRTPInterface()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Duping.c179 Debug((DEBUG_SEND, "uping_read_callback called, %p (%d)", pptr, in uping_read_callback()
206 Debug((DEBUG_SEND, "uping_sender_callback called, %p (%d)", pptr, in uping_sender_callback()
237 Debug((DEBUG_SEND, "uping_killer_callback called, %p (%d)", pptr, in uping_killer_callback()
288 Debug((DEBUG_SEND, "send_ping: sending [%s %s] to %s.%d on %d", in uping_send()
H A Dmsgq.c491 Debug((DEBUG_SEND, "Adding buffer %p [%.*s] length %u to %s queue", mb, in msgq_add()
517 Debug((DEBUG_SEND, "Copying old buffer %p [%.*s] length %u into new " in msgq_add()
H A Dsend.c239 Debug((DEBUG_SEND, "Sending [%p] to %s", buf, cli_name(to))); in send_buffer()
H A Ds_bsd.c902 Debug((DEBUG_SEND, "Sending queued data to %C", cptr)); in client_sock_callback()
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Ds_debug.h41 #define DEBUG_SEND 7 /**< everything that is sent out */ macro
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_auth.c163 Debug((DEBUG_SEND, "sending [%s] to auth port %s.113", in send_authports()
/dports/irc/irc/irc2.11.2p3/ircd/
H A Ds_auth.c716 Debug((DEBUG_SEND, "sending [%s] to auth port %s.113", in send_authports()
720 Debug((DEBUG_SEND, "sending [%s] to auth port %s.113", in send_authports()
H A Ds_bsd.c3218 Debug((DEBUG_SEND,"Send ping to %s,%d fd %d, %d bytes",
3222 Debug((DEBUG_SEND,"Send ping to %s,%d fd %d, %d bytes",
/dports/net/rsync/rsync-3.2.3/
H A Drsync.h1471 #define DEBUG_SEND (DEBUG_RECV+1) macro
1472 #define DEBUG_TIME (DEBUG_SEND+1)
/dports/irc/irc/irc2.11.2p3/common/
H A Dstruct_def.h279 #define DEBUG_SEND 7 /* everything that is sent out */ macro
H A Dsend.c128 Debug((DEBUG_SEND,"Sending %s %d [%s] ", to->name, to->fd, msg)); in send_message()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h694 #define DEBUG_SEND 7 /* everything that is sent out */ macro