Home
last modified time | relevance | path

Searched refs:tcp_clear_flags (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dtcp.h424 #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 Dtcp.c325 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 Dtcp_in.c829 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 Dtcp_out.c1371 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 Dtcp_priv.h451 tcp_clear_flags(pcb, TF_ACK_DELAY); \