Lines Matching refs:intvl
457 int intvl;
461 (void) &intvl;
510 intvl = idle/3;
511 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl)))
527 intvl = idle/3;
529 int time_to_abort = intvl * cnt;
546 intvl = 1; /* 1 second; same as default on Win32 */
547 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl)))