Searched refs:reply_code (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
H A D | test-milter.c | 144 static char *reply_code; variable 222 …if (smfi_setmlreply(ctx, reply_code, reply_dsn, reply_message, reply_message, (char *) 0) == MI_FA… in test_reply() 224 printf("test_reply %s\n\n", reply_code); in test_reply() 225 return (reply_code[0] == '4' ? SMFIS_TEMPFAIL : SMFIS_REJECT); in test_reply() 771 reply_code = action; in main() 794 if (reply_code) in main() 796 reply_code, reply_dsn ? reply_dsn : "(null)", in main()
|
/netbsd-src/external/bsd/wpa/dist/src/wps/ |
H A D | http_client.c | 57 int reply_code = httpread_reply_code_get(c->hread); in http_client_got_response() local 58 if (reply_code == 200 /* OK */) { in http_client_got_response() 66 "%s:%d", reply_code, in http_client_got_response()
|
H A D | httpread.c | 67 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member 221 h->reply_code = atol(hbp); in httpread_hdr_analyze() 328 if (h->reply_code != 200) in httpread_hdr_analyze() 789 return h->reply_code; in httpread_reply_code_get()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_check.c | 1752 int reply_code, const char *reply_dsn) in reject_unauth_destination() argument 1769 reply_code, reply_dsn, in reject_unauth_destination()
|