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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dip_match.h27 extern int ip_match_execute(const char *, const char *);
H A Dip_match.c18 /* int ip_match_execute(byte_codes, addr_bytes)
44 /* ip_match_execute() matches a binary network in addr_bytes
272 /* ip_match_execute - byte-code matching engine */
274 int ip_match_execute(const char *byte_codes, const char *addr_bytes) function
276 const char *myname = "ip_match_execute";
659 ip_match_execute(STR(byte_codes),
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c316 if (ip_match_execute(filter, addr_buf))
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c3605 if (ip_match_execute(byte_codes, rr->data))

Completed in 212 milliseconds