Searched refs:persist_cnt (Results 1 – 4 of 4) sorted by relevance
376 u8_t persist_cnt; member
35 if (pcb->persist_cnt < backoff_cnt) {
1420 if (pcb->persist_cnt < backoff_cnt) {1421 pcb->persist_cnt++;1423 if (pcb->persist_cnt >= backoff_cnt) {1440 pcb->persist_cnt = 0;
1326 pcb->persist_cnt = 0; in tcp_output()