Searched refs:tcp_clear_flags (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | tcp.h | 424 #define tcp_clear_flags(pcb, clr_flags) do { (pcb)->flags = (tcpflags_t)((pcb)->flags & … macro 440 #define tcp_nagle_enable(pcb) tcp_clear_flags(pcb, TF_NODELAY)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp.c | 325 tcp_clear_flags(pcb, TF_BACKLOGPEND); in tcp_backlog_accepted() 1499 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_fasttmr() 1504 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_fasttmr() 1822 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_handle_closepend()
|
H A D | tcp_in.c | 826 tcp_clear_flags(pcb, TF_ACK_DELAY); 1236 tcp_clear_flags(pcb, TF_INFR); 1326 tcp_clear_flags(pcb, TF_RTO); 1329 tcp_clear_flags(pcb, TF_RTO);
|
H A D | tcp_out.c | 1371 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_output() 1418 tcp_clear_flags(pcb, TF_NAGLEMEMERR); in tcp_output() 2063 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_send_empty_ack()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcp_priv.h | 451 tcp_clear_flags(pcb, TF_ACK_DELAY); \
|