Home
last modified time | relevance | path

Searched refs:tcplp_sys_log (Results 1 – 7 of 7) sorted by relevance

/openthread-3.4.0/third_party/tcplp/bsdtcp/
Dtcp_input.c216tcplp_sys_log("TCP CC_INIT %u %d %d", (unsigned int) tcplp_sys_get_millis(), (int) tp->snd_cwnd, (… in cc_conn_init()
262tcplp_sys_log("TCP CC_RTO %u %d %d", (unsigned int) tcplp_sys_get_millis(), (int) tp->snd_cwnd, (i… in cc_cong_signal()
278tcplp_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 …]
Dtcp_timer.c226 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()
Dtcp_usrreq.c195 tcplp_sys_log("V4-Mapped Address!"); in tcp6_usr_connect()
Dtcp_subr.c82 tcplp_sys_log("Socket %p: %s --> %s", tp, tcpstates[tp->t_state], tcpstates[newstate]); in tcp_state_change()
Dtcp_output.c145tcplp_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/
Dtcplp.h83 void tcplp_sys_log(const char *format, ...);
/openthread-3.4.0/src/core/net/
Dtcp6.cpp1078 void tcplp_sys_log(const char *aFormat, ...) in tcplp_sys_log() function