Home
last modified time | relevance | path

Searched refs:rfc931_timeout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Drfc931.c41 int rfc931_timeout = RFC931_TIMEOUT;/* Global so it can be changed */ variable
134 alarm(rfc931_timeout);
H A Dtcpd.h102 extern int rfc931_timeout; /* user lookup timeout */
H A Dtcpdmatch.c359 rfc931_timeout = RFC931_TIMEOUT;
H A Doptions.c395 rfc931_timeout = timeout; in rfc931_option()