Searched refs:wildcard_nexthop (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.h34 VSTRING *wildcard_nexthop; member in struct:TRANSPORT_INFO
H A Dtransport.c111 tp->wildcard_channel = tp->wildcard_nexthop = 0;
133 if (tp->wildcard_nexthop)
134 vstring_free(tp->wildcard_nexthop);
210 if (tp->wildcard_nexthop)
211 vstring_free(tp->wildcard_nexthop);
231 tp->wildcard_nexthop = nexthop;
240 tp->wildcard_nexthop = 0;
295 update_entry(STR(tp->wildcard_channel), STR(tp->wildcard_nexthop),

Completed in 229 milliseconds