Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcp.h376 u8_t persist_cnt; member
/third_party/lwip/
D0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch35 if (pcb->persist_cnt < backoff_cnt) {
/third_party/lwip/src/core/
Dtcp.c1420 if (pcb->persist_cnt < backoff_cnt) {
1421 pcb->persist_cnt++;
1423 if (pcb->persist_cnt >= backoff_cnt) {
1440 pcb->persist_cnt = 0;
Dtcp_out.c1326 pcb->persist_cnt = 0; in tcp_output()