Home
last modified time | relevance | path

Searched refs:vstream_ftime (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_chat.c265 if (delay || time((time_t *) 0) - vstream_ftime(state->client) > 10) in vsmtpd_chat_reply()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_chat.c228 if (time((time_t *) 0) - vstream_ftime(session->stream) > 10) in smtp_chat_cmd()
H A Dsmtp.h463 && (session->expire_time < vstream_ftime(session->stream) \
H A Dsmtp_proto.c416 > vstream_ftime(state->session->stream) - var_smtp_pix_thresh) in smtp_helo()
1914 - vstream_ftime(session->stream) > 10))) { in smtp_loop()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h134 #define vstream_ftime(vp) ((time_t) ((vp)->iotime.tv_sec)) macro