Searched refs:vstream_ftime (Results 1 – 5 of 5) sorted by relevance
265 if (delay || time((time_t *) 0) - vstream_ftime(state->client) > 10) in vsmtpd_chat_reply()
228 if (time((time_t *) 0) - vstream_ftime(session->stream) > 10) in smtp_chat_cmd()
463 && (session->expire_time < vstream_ftime(session->stream) \
416 > vstream_ftime(state->session->stream) - var_smtp_pix_thresh) in smtp_helo()1914 - vstream_ftime(session->stream) > 10))) { in smtp_loop()
134 #define vstream_ftime(vp) ((time_t) ((vp)->iotime.tv_sec)) macro