Searched refs:TCP_KEEPINTVL_DEFAULT (Results 1 – 4 of 4) sorted by relevance
145 #ifndef TCP_KEEPINTVL_DEFAULT146 #define TCP_KEEPINTVL_DEFAULT 75000UL /* Default Time between KEEPALIVE probes in millisecond… macro153 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
473 pcb->keep_intvl = intvl ? intvl : TCP_KEEPINTVL_DEFAULT; in altcp_tcp_keepalive_enable()
137 #define TCP_KEEP_INTVL(pcb) TCP_KEEPINTVL_DEFAULT2101 pcb->keep_intvl = TCP_KEEPINTVL_DEFAULT;
242 pcb->keep_intvl = TCP_KEEPINTVL_DEFAULT;