Home
last modified time | relevance | path

Searched refs:wildcard_channel (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.c111 tp->wildcard_channel = tp->wildcard_nexthop = 0; in transport_pre_init()
131 if (tp->wildcard_channel) in transport_free()
132 vstring_free(tp->wildcard_channel); in transport_free()
208 if (tp->wildcard_channel) in transport_wildcard_init()
209 vstring_free(tp->wildcard_channel); in transport_wildcard_init()
230 tp->wildcard_channel = channel; in transport_wildcard_init()
239 tp->wildcard_channel = 0; in transport_wildcard_init()
294 } else if (tp->wildcard_channel) { in transport_lookup()
295 update_entry(STR(tp->wildcard_channel), STR(tp->wildcard_nexthop), in transport_lookup()
H A Dtransport.h33 VSTRING *wildcard_channel; member