Home
last modified time | relevance | path

Searched refs:keep_alive_timeout (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dextern.h141 extern int keep_alive_timeout;
H A Dftp.c357 int keep_alive_timeout = 60; /* 0 -> no timeout */ variable
384 if (keep_alive_timeout != 0) in may_reset_noop_timeout()
420 if (keep_alive_timeout != 0) { in may_send_noop_char()
424 if (t - last_timestamp >= keep_alive_timeout) { in may_send_noop_char()
H A Dmain.c484 keep_alive_timeout = strtonum(optarg, 0, INT_MAX, in main()