Home
last modified time | relevance | path

Searched refs:towire_errorfmt (Results 1 – 12 of 12) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dwire_error.h16 u8 *towire_errorfmt(const tal_t *ctx,
H A Dpeer_failed.c38 msg = towire_errorfmt(desc, channel_id, "%s", desc); in peer_failed()
H A Dwire_error.c24 u8 *towire_errorfmt(const tal_t *ctx, in towire_errorfmt() function
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dopening_common.c178 const u8 *err = towire_errorfmt(tmpctx, channel_id, in handle_reestablish()
H A Dchannel.c714 channel->error = towire_errorfmt(channel, in channel_fail_permanent()
747 channel->error = towire_errorfmt(channel, in channel_fail_forget()
H A Dchannel_control.c408 channel->error = towire_errorfmt(channel, &channel->cid, "%s", why); in forget_channel()
H A Dpeer_control.c1004 error = towire_errorfmt(tmpctx, &channel->cid, in peer_connected_hook_final()
2244 forget->channel->error = towire_errorfmt(forget->channel, in process_dev_forget_channel()
/dports/net-p2p/c-lightning/lightning-0.10.2/openingd/
H A Dopeningd.c147 msg = towire_errorfmt(NULL, &state->channel_id, in negotiation_failed()
255 take(towire_errorfmt(NULL, &actual, in opening_negotiate_msg()
1343 msg = towire_errorfmt(NULL, &state->channel_id, "Channel open canceled by us"); in handle_master_in()
H A Ddualopend.c1242 take(towire_errorfmt(NULL, &actual, in opening_negotiate_msg()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/test/
H A Drun-invoice-select-inchan.c651 u8 *towire_errorfmt(const tal_t *ctx UNNEEDED, in towire_errorfmt() function
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/test/
H A Drun-wallet.c727 u8 *towire_errorfmt(const tal_t *ctx UNNEEDED, in towire_errorfmt() function
/dports/net-p2p/c-lightning/lightning-0.10.2/channeld/
H A Dchanneld.c3582 take(towire_errorfmt(NULL, &peer->channel_id, in handle_send_error()