Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c2868 else if (REPLYCLASS(r) != 5)
2953 else if (REPLYCLASS(r) != 5)
H A Dsendmail.h2801 #define REPLYCLASS(r) (((r) / 10) % 10) /* second digit of reply code */ macro
H A Dsrvrsmtp.c4555 replycode[1] = DIG2CHAR(REPLYCLASS(e->e_rcode));