Home
last modified time | relevance | path

Searched refs:TCP_KEEPINTVL_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h141 #ifndef TCP_KEEPINTVL_DEFAULT
142 #define TCP_KEEPINTVL_DEFAULT 75000UL /* Default Time between KEEPALIVE probes in millisecond… macro
149 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
/external/syslinux/core/lwip/src/core/
Dtcp.c868 (pcb->keep_idle + pcb->keep_cnt_sent * TCP_KEEPINTVL_DEFAULT) in tcp_slowtmr()
1242 pcb->keep_intvl = TCP_KEEPINTVL_DEFAULT; in tcp_alloc()