Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rdist/
H A Dcommon.c71 int rtimeout = RTIMEOUT; /* Response time out */ variable
324 (void) alarm(rtimeout); in remmore()
413 (void) alarm(rtimeout); in readrem()
H A Ddefs.h167 extern int rtimeout; /* Response time out in seconds */
H A Drdist.c161 rtimeout = atoi(optarg); in main()
H A Dclient.c429 (void) alarm(rtimeout); in sendfile()