Home
last modified time | relevance | path

Searched defs:reply_code (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dhttp_client.c57 int reply_code = httpread_reply_code_get(c->hread); in http_client_got_response() local
H A Dhttpread.c67 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dtest-milter.c144 static char *reply_code; variable
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c1752 int reply_code, const char *reply_dsn) in reject_unauth_destination()