Searched refs:REPLYTYPE (Results 1 – 5 of 5) sorted by relevance
179 if (REPLYTYPE(r) == 4)181 if (REPLYTYPE(r) != 2)235 else if (REPLYTYPE(r) == 5)246 else if (REPLYTYPE(r) != 2)1861 if (REPLYTYPE(smtpresult) == 5)1863 if (REPLYTYPE(smtpresult) != 3)2312 else if (REPLYTYPE(r) == 4)2318 else if (REPLYTYPE(r) == 2)2345 else if (REPLYTYPE(r) == 5)2584 if (r < 0 || REPLYTYPE(r) == 4)[all …]
1597 if (REPLYTYPE(smtpstat) == 2)1599 if (REPLYTYPE(smtpstat) == 4)
5527 rtype = REPLYTYPE(e->e_rcode);7548 if (REPLYTYPE(smtpresult) == 4)7575 if (REPLYTYPE(smtpresult) == 5)
4552 replycode[0] == DIG2CHAR(REPLYTYPE(e->e_rcode))))4554 replycode[0] = DIG2CHAR(REPLYTYPE(e->e_rcode));
2800 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ macro