Lines Matching defs:cnt
458 int cnt;462 (void) &cnt;514 cnt = 3;515 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt)))528 cnt = 3;529 int time_to_abort = intvl * cnt;552 cnt = 10; /* 10 retries; same as hardcoded on Win32 */553 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt)))