Home
last modified time | relevance | path

Searched refs:TIMEOUT_MIN (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/tftpd/
H A Dtftp-utils.h42 #define TIMEOUT_MIN 0 /* Minimum timeout value */ macro
H A Dtftp-options.c163 if (to < TIMEOUT_MIN || to > TIMEOUT_MAX) { in option_timeout()
167 TIMEOUT_MIN, TIMEOUT_MAX, to); in option_timeout()