Home
last modified time | relevance | path

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

/third_party/lwip/
D0085-add-lwip-log-tcp_rst-tcp_abandon-tcp_abort.patch16 @@ -415,6 +415,9 @@ tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data)
D0053-cleancode-improve-lwipopts.h-readability.patch656 @@ -405,7 +405,7 @@ tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data)
665 @@ -442,7 +442,7 @@ tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data)
D0002-adapt-lstack.patch2396 @@ -361,6 +387,9 @@ tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data)
2406 @@ -395,6 +424,9 @@ tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data)
/third_party/lwip/src/core/
Dtcp.c506 tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data) in tcp_close_shutdown() argument
510 if (rst_on_unacked_data && ((pcb->state == ESTABLISHED) || (pcb->state == CLOSE_WAIT))) { in tcp_close_shutdown()