Searched refs:TIMEOUT_MIN (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/tftp/ |
| D | extern.h | 39 #define TIMEOUT_MIN 1 /* minimal packet rexmt timeout */ macro
|
| D | main.c | 506 t = strtonum(argv[1], TIMEOUT_MIN, TIMEOUT_MAX, &errstr); in setrexmt() 532 t = strtonum(argv[1], TIMEOUT_MIN, TIMEOUT_MAX, &errstr); in settimeout()
|
| D | tftp.c | 643 n = strtonum(value, TIMEOUT_MIN, TIMEOUT_MAX, in oack_set()
|
| /openbsd/src/usr.sbin/identd/ |
| D | identd.c | 53 #define TIMEOUT_MIN 4 macro 268 TIMEOUT_MIN, TIMEOUT_MAX, &errstr); in main()
|
| /openbsd/src/usr.sbin/tftpd/ |
| D | tftpd.c | 90 #define TIMEOUT_MIN 1 /* minimal packet rexmt timeout */ macro 888 TIMEOUT_MIN, TIMEOUT_MAX, &errstr); in tftp()
|