Home
last modified time | relevance | path

Searched refs:channel_type_from (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dchannel_type.h18 struct channel_type *channel_type_from(const tal_t *ctx,
H A Dchannel_type.c97 struct channel_type *channel_type_from(const tal_t *ctx, in channel_type_from() function
/dports/net-p2p/c-lightning/lightning-0.10.2/channeld/
H A Dchanneld.c367 channel->type = channel_type_from(channel, type); in set_channel_type()