Searched refs:tcp_clear_flags (Results 1 – 5 of 5) sorted by relevance
/btstack/3rd-party/lwip/core/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)
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | tcp.c | 325 tcp_clear_flags(pcb, TF_BACKLOGPEND); in tcp_backlog_accepted() 1501 tcp_clear_flags(pcb, TF_ACK_DELAY | TF_ACK_NOW); in tcp_fasttmr() 1506 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_fasttmr() 1824 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_handle_closepend()
|
H A D | tcp_in.c | 829 tcp_clear_flags(pcb, TF_ACK_DELAY); 1233 tcp_clear_flags(pcb, TF_INFR); 1323 tcp_clear_flags(pcb, TF_RTO); 1326 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()
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | tcp_priv.h | 451 tcp_clear_flags(pcb, TF_ACK_DELAY); \
|