Searched refs:TCP_KEEPCNT_DEFAULT (Results 1 – 6 of 6) sorted by relevance
146 #ifndef TCP_KEEPCNT_DEFAULT147 #define TCP_KEEPCNT_DEFAULT 9U /* Default Counter for KEEPALIVE probes */ macro150 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
149 #ifndef TCP_KEEPCNT_DEFAULT150 #define TCP_KEEPCNT_DEFAULT 9U /* Default Counter for KEEPALIVE probes */ macro153 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
1342 pcb->keep_cnt = TCP_KEEPCNT_DEFAULT; in tcp_alloc()
1640 pcb->keep_cnt = TCP_KEEPCNT_DEFAULT; in tcp_alloc()
1924 pcb->keep_cnt = TCP_KEEPCNT_DEFAULT; in tcp_alloc()
Completed in 17 milliseconds