Searched refs:TCP_KEEPIDLE (Results 1 – 4 of 4) sorted by relevance
43 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
87 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
68 if (setsockopt(fd, SOL_TCP, TCP_KEEPIDLE, &optval, optlen)) { in SetTCPKeepAlive()
1092 #if defined(TCP_KEEPIDLE)1093 { TCP_KEEPIDLE, "TCP_KEEPIDLE" },