Searched defs:TCP_KEEP_DUR (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/core/ | ||
H A D | tcp.c | 133 #define TCP_KEEP_DUR(pcb) ((pcb)->keep_cnt * (pcb)->keep_intvl) macro 136 #define TCP_KEEP_DUR(pcb) TCP_MAXIDLE macro |
Completed in 5 milliseconds