Searched refs:transport_lookup (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.h41 extern int transport_lookup(TRANSPORT_INFO *, const char *, const char *, VSTRING *, VSTRING *);
H A Dtransport.c18 /* int transport_lookup(info, address, rcpt_domain, channel, nexthop)
33 /* before calling transport_lookup().
36 /* jail, and must be called before calling transport_lookup().
38 /* transport_lookup() finds the channel and nexthop for the given
245 /* transport_lookup - map a transport domain */
247 int transport_lookup(TRANSPORT_INFO *tp, const char *addr, function
261 msg_warn("transport_lookup: null address - skipping table lookup");
276 msg_panic("transport_lookup: bad address: \"%s\"", addr);
398 status = transport_lookup(tp, addr_field, rcpt_domain,
H A Dresolve.c699 if (transport_lookup(rp->transport_info, STR(nextrcpt),

Completed in 208 milliseconds