Home
last modified time | relevance | path

Searched refs:to_ident (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c4453 TimeOuts.to_ident = toval;
4639 TimeOuts.to_ident = (time_t) 5 SECONDS;
4641 TimeOuts.to_ident = (time_t) 0 SECONDS;
4676 sm_dprintf(" ident = %ld\n", (long) TimeOuts.to_ident);
H A Ddaemon.c3489 if (TimeOuts.to_ident == 0)
3592 ev = sm_setevent(TimeOuts.to_ident, authtimeout, 0);
H A Dsendmail.h2059 time_t to_ident; /* IDENT protocol requests */ member