Searched refs:rst_on_unacked_data (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/ |
D | 0085-add-lwip-log-tcp_rst-tcp_abandon-tcp_abort.patch | 16 @@ -415,6 +415,9 @@ tcp_close_shutdown(struct tcp_pcb *pcb, u8_t rst_on_unacked_data)
|
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 656 @@ -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)
|
D | 0002-adapt-lstack.patch | 2396 @@ -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/ |
D | tcp.c | 506 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()
|