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

/macosx-10.10/netcat-22/
H A Dnetcat.c115 int tcp_conn_keepcnt; /* Value of TCP keep count */ variable
270 tcp_conn_keepcnt = strtoumax(optarg, &endp, 10);
271 if (tcp_conn_keepcnt < 0 || *endp != '\0')
1193 &tcp_conn_keepcnt, sizeof(tcp_conn_keepcnt)) == -1)

Completed in 60 milliseconds