MCPcopy Create free account
hub / github.com/SIPp/sipp / TRACE_MSG

Function TRACE_MSG

src/logger.cpp:357–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357int TRACE_MSG(const char* fmt, ...)
358{
359 int ret;
360 va_list ap;
361
362 va_start(ap, fmt);
363 ret = _trace(&message_lfi, fmt, ap);
364 va_end(ap);
365
366 return ret;
367}
368
369int TRACE_SHORTMSG(const char* fmt, ...)
370{

Callers 14

process_incomingMethod · 0.85
process_twinSippComMethod · 0.85
send_rawMethod · 0.85
process_unexpectedMethod · 0.85
process_twinSippComMethod · 0.85
process_incomingMethod · 0.85
handleSCTPNotifyMethod · 0.85
process_messageFunction · 0.85
enter_congestionMethod · 0.85
buffer_writeMethod · 0.85
write_primitiveMethod · 0.85
flushMethod · 0.85

Calls 1

_traceFunction · 0.85

Tested by

no test coverage detected