Home
last modified time | relevance | path

Searched defs:TCP_KEEP_DUR (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c130 #define TCP_KEEP_DUR(pcb) ((pcb)->keep_cnt * (pcb)->keep_intvl) macro
133 #define TCP_KEEP_DUR(pcb) TCP_MAXIDLE macro