Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h145 #ifndef TCP_KEEPINTVL_DEFAULT
146 #define TCP_KEEPINTVL_DEFAULT 75000UL /* Default Time between KEEPALIVE probes in millisecond… macro
153 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
/third_party/lwip/src/core/
Daltcp_tcp.c473 pcb->keep_intvl = intvl ? intvl : TCP_KEEPINTVL_DEFAULT; in altcp_tcp_keepalive_enable()
Dtcp.c137 #define TCP_KEEP_INTVL(pcb) TCP_KEEPINTVL_DEFAULT
2101 pcb->keep_intvl = TCP_KEEPINTVL_DEFAULT;
/third_party/lwip/
D0057-same-node-gazellectl-a.patch242 pcb->keep_intvl = TCP_KEEPINTVL_DEFAULT;