Home
last modified time | relevance | path

Searched refs:dccp_log (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Ddccp_var.h256 #define DCCP_DEBUG(args) dccp_log args
262 #define ACK_DEBUG(args) dccp_log args
281 void dccp_log(int, const char *, ...);
H A Ddccp_tcplike.c74 #define TCPLIKE_DEBUG(args) dccp_log args
76 #define CWND_DEBUG(args) dccp_log args
77 #define ACKRATIO_DEBUG(args) dccp_log args
78 #define LOSS_DEBUG(args) dccp_log args
79 #define TIMEOUT_DEBUG(args) dccp_log args
H A Ddccp_tfrc.c94 #define TFRC_DEBUG(args) dccp_log args
104 #define TFRC_DEBUG_TIME(args) dccp_log args
H A Ddccp_usrreq.c3046 dccp_log(int level, const char *format, ...) in dccp_log() function