Home
last modified time | relevance | path

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

/freebsd/contrib/dma/
H A Ddma.h63 #define CON_TIMEOUT (5*60) /* Connection timeout per RFC5321 */ macro
H A Dnet.c135 if (do_timeout(CON_TIMEOUT, 1) != 0) { in read_remote()