Searched refs:wildcard_channel (Results 1 – 2 of 2) sorted by relevance
111 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()
33 VSTRING *wildcard_channel; member