Searched refs:tcplp_sys_log (Results 1 – 7 of 7) sorted by relevance
/openthread-3.4.0/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 216 …tcplp_sys_log("TCP CC_INIT %u %d %d", (unsigned int) tcplp_sys_get_millis(), (int) tp->snd_cwnd, (… in cc_conn_init() 262 …tcplp_sys_log("TCP CC_RTO %u %d %d", (unsigned int) tcplp_sys_get_millis(), (int) tp->snd_cwnd, (i… in cc_cong_signal() 278 …tcplp_sys_log("TCP CC_RTO_ERR %u %d %d", (unsigned int) tcplp_sys_get_millis(), (int) tp->snd_cwnd… in cc_cong_signal() 670 tcplp_sys_log("%s; %s: Listen socket: " in tcp_input() 680 tcplp_sys_log("%s; %s: Listen socket: " in tcp_input() 700 tcplp_sys_log("%s; %s: Listen socket: " in tcp_input() 750 tcplp_sys_log("%s; %s: Listen socket: " in tcp_input() 758 tcplp_sys_log("%s; %s: Listen socket: " in tcp_input() 1059 tcplp_sys_log("%s; %s: Timestamp missing, " in tcp_do_segment() 1064 tcplp_sys_log("%s; %s: Timestamp not expected, " in tcp_do_segment() [all …]
|
D | tcp_timer.c | 226 tcplp_sys_log("Persist output: %zu bytes in sendbuf", lbuf_used_space(&tp->sendbuf)); in tcp_timer_persist() 357 tcplp_sys_log("rxtshift is %d", (int) tp->t_rxtshift); in tcp_timer_rexmt()
|
D | tcp_usrreq.c | 195 tcplp_sys_log("V4-Mapped Address!"); in tcp6_usr_connect()
|
D | tcp_subr.c | 82 tcplp_sys_log("Socket %p: %s --> %s", tp, tcpstates[tp->t_state], tcpstates[newstate]); in tcp_state_change()
|
D | tcp_output.c | 145 …tcplp_sys_log("TCP output %u %d %d", (unsigned int) tcplp_sys_get_millis(), (int) tp->snd_wnd, (in… in tcp_output() 1261 tcplp_sys_log("TCP ALLOCFAIL %u %d", (unsigned int) tcplp_sys_get_millis(), (int) tp->snd_cwnd); in tcp_output()
|
/openthread-3.4.0/third_party/tcplp/ |
D | tcplp.h | 83 void tcplp_sys_log(const char *format, ...);
|
/openthread-3.4.0/src/core/net/ |
D | tcp6.cpp | 1078 void tcplp_sys_log(const char *aFormat, ...) in tcplp_sys_log() function
|