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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dbftpd.conf89 CONTROL_TIMEOUT="300"
H A Doptions.h15 #define CONTROL_TIMEOUT 300 macro
H A Doptions.c388 else if ( strstr(line, "CONTROL_TIMEOUT") )
389 config_value = config_getoption_reread("CONTROL_TIMEOUT");
434 control_timeout = atoi( config_getoption("CONTROL_TIMEOUT") );
436 control_timeout = CONTROL_TIMEOUT;
H A Dmain.c850 control_timeout = strtoul (config_getoption ("CONTROL_TIMEOUT"), NULL, 0);
852 control_timeout = CONTROL_TIMEOUT;

Completed in 53 milliseconds