HomeSort by: relevance | last modified time | path
    Searched defs:transwait (Results 1 - 1 of 1) sorted by relevancy

  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 85 int transwait = DEFTRANSWAIT; local in function:main
109 transwait = strtoll(optarg, &p, 10);
110 if (transwait < 1) {
353 sleep(transwait);
418 syslog(LOG_ERR, "usage: %s [-v] [-w transwait]", __progname);

Completed in 12 milliseconds