HomeSort by: relevance | last modified time | path
    Searched refs:dccp_log (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
dccp_var.h 256 #define DCCP_DEBUG(args) dccp_log args
262 #define ACK_DEBUG(args) dccp_log args
281 void dccp_log(int, const char *, ...);
dccp_tcplike.c 74 #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
dccp_tfrc.c 94 #define TFRC_DEBUG(args) dccp_log args
104 #define TFRC_DEBUG_TIME(args) dccp_log args
dccp_usrreq.c 3046 dccp_log(int level, const char *format, ...) function in typeref:typename:void

Completed in 16 milliseconds