Lines Matching refs:state
70 pcb->state != LISTEN
136 * tcp.c: fixed bug #35435: No pcb state check before adding it to time-wait
589 with pcb->state != CLOSED
708 state
774 and state.
819 * netif.c: netif_set_link_up/down: only do something if the link state
982 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
1052 * tcp_in.c: Fixed bug #26251: RST process in TIME_WAIT TCP state
1117 * ppp.c: bug #27266: wait-state debug message in pppMain occurs every ms
1411 in state SYN_RCVD is close.
1811 * api_msg.c: Initialize newconn->state to NETCONN_NONE in accept_function;
1979 to corrupt remote addr/port connection state". Reduce problems "not enought memory" with
2032 Provides callback on netif up/down state change.
2128 * tcp_in.c: fix bug# 21535 (nrtx not reset correctly in SYN_SENT state)
2137 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED
2138 state from LAST_ACK in tcp_process
2223 * tcp.c: Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state)
2287 correct state (must be CLOSED).
2792 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch
2855 * tcp.c: Increment pcb->snd_buf when ACK is received in SYN_SENT state.
2942 * Fixed TCP bug for SYN_SENT to ESTABLISHED state transition.
3318 - Connections are now timed-out of the FIN-WAIT-2 state.