Searched refs:tcp_conn_keepintvl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/netcat-22/
H A Dnetcat.c113 int tcp_conn_keepintvl; /* Value of TCP keep interval in seconds */ variable
264 tcp_conn_keepintvl = strtoumax(optarg, &endp, 10);
265 if (tcp_conn_keepintvl < 0 || *endp != '\0')
1187 &tcp_conn_keepintvl, sizeof(tcp_conn_keepintvl)) == -1)

Completed in 70 milliseconds