Searched refs:REPLYTYPE (Results 1 – 5 of 5) sorted by relevance
146 if (REPLYTYPE(r) == 4)148 if (REPLYTYPE(r) != 2)192 else if (REPLYTYPE(r) == 5)203 else if (REPLYTYPE(r) != 2)1811 if (REPLYTYPE(smtpresult) == 5)1813 if (REPLYTYPE(smtpresult) != 3)2196 else if (REPLYTYPE(r) == 4)2202 else if (REPLYTYPE(r) == 2)2229 else if (REPLYTYPE(r) == 5)2442 if (r < 0 || REPLYTYPE(r) == 4)[all …]
1514 if (REPLYTYPE(smtpstat) == 2)1516 if (REPLYTYPE(smtpstat) == 4)
4111 replycode[0] == DIG2CHAR(REPLYTYPE(e->e_rcode))))4113 replycode[0] = DIG2CHAR(REPLYTYPE(e->e_rcode));
2601 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ macro
6193 if (REPLYTYPE(smtpresult) == 4)6201 if (REPLYTYPE(smtpresult) == 5)