Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c77 tcp_state_change(struct tcpcb *tp, int newstate) in tcp_state_change() argument
84 tcplp_sys_log("Socket %p: %s --> %s", tp, tcpstates[tp->t_state], tcpstates[newstate]); in tcp_state_change()
85 tp->t_state = newstate; in tcp_state_change()
88 tcplp_sys_on_state_change(tp, newstate); in tcp_state_change()