Searched refs:reply_code (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/milter/
H A Dtest-milter.c144 static char *reply_code; variable
222 if (smfi_setmlreply(ctx, reply_code, reply_dsn, reply_message, reply_message, (char *) 0) == MI_FAILURE)
224 printf("test_reply %s\n\n", reply_code);
225 return (reply_code[0] == '4' ? SMFIS_TEMPFAIL : SMFIS_REJECT);
771 reply_code = action;
794 if (reply_code)
796 reply_code, reply_dsn ? reply_dsn : "(null)",
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dhttp_client.c57 int reply_code = httpread_reply_code_get(c->hread); local
58 if (reply_code == 200 /* OK */) {
66 "%s:%d", reply_code,
H A Dhttpread.c67 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member in struct:httpread
221 h->reply_code = atol(hbp);
328 if (h->reply_code != 200)
789 return h->reply_code;
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c1752 int reply_code, const char *reply_dsn)
1769 reply_code, reply_dsn,
1751 reject_unauth_destination(SMTPD_STATE *state, char *recipient, int reply_code, const char *reply_dsn) argument

Completed in 162 milliseconds