Searched refs:verify_clnt_query (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | verify_clnt.c | 112 int verify_clnt_query(const char *addr, int *addr_status, VSTRING *why) in verify_clnt_query() function 222 switch (verify_clnt_query(query, &status, buf)) { in query()
|
H A D | verify_clnt.h | 42 extern int verify_clnt_query(const char *, int *, VSTRING *);
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_check.c | 2239 verify_status = verify_clnt_query(addr, &rcpt_status, why); in reject_unverified_address() 5999 int verify_clnt_query(const char *addr, int *addr_status, VSTRING *why) in verify_clnt_query() function
|