MCPcopy Create free account
hub / github.com/F-Stack/f-stack / SctpAliasLog

Function SctpAliasLog

freebsd/netinet/libalias/alias_sctp.c:2700–2710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2698 */
2699#ifdef _KERNEL
2700static void
2701SctpAliasLog(const char *format, ...)
2702{
2703 char buffer[LIBALIAS_BUF_SIZE];
2704 va_list ap;
2705 va_start(ap, format);
2706 vsnprintf(buffer, LIBALIAS_BUF_SIZE, format, ap);
2707 va_end(ap);
2708 log(LOG_SECURITY | LOG_INFO,
2709 "alias_sctp: %s", buffer);
2710}
2711#else
2712static void
2713SctpAliasLog(FILE *stream, const char *format, ...)

Callers 10

AliasSctpInitFunction · 0.85
AliasSctpTermFunction · 0.85
SctpAliasFunction · 0.85
TxAbortErrorMFunction · 0.85
logsctperrorFunction · 0.85
logsctpparseFunction · 0.85
logsctpassocFunction · 0.85
logSctpGlobalFunction · 0.85
logSctpLocalFunction · 0.85
logTimerQFunction · 0.85

Calls 2

vsnprintfFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected