Home
last modified time | relevance | path

Searched refs:node_id_to_hexstr (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dnode_id.c46 char *node_id_to_hexstr(const tal_t *ctx, const struct node_id *id) in node_id_to_hexstr() function
50 REGISTER_TYPE_TO_STRING(node_id, node_id_to_hexstr);
H A Dnode_id.h32 char *node_id_to_hexstr(const tal_t *ctx, const struct node_id *id);
H A Dbolt11.c288 node_id_to_hexstr(tmpctx, &b11->receiver_id)); in decode_n()
/dports/net-p2p/c-lightning/lightning-0.10.2/devtools/
H A Dmkgossip.c217 printf(" node_id=%s\n", node_id_to_hexstr(NULL, nodeid)); in print_nannounce()
355 node_id_to_hexstr(NULL, &nodeid[lesser_key])); in main()
357 node_id_to_hexstr(NULL, &nodeid[!lesser_key])); in main()
H A Dcheckchannels.c186 node_id_to_hexstr(ctx, &peer_id), in main()
/dports/net-p2p/c-lightning/lightning-0.10.2/hsmd/
H A Dlibhsmd_status.c34 node_id_to_hexstr(msg, peer), msg); in hsmd_status_fmt()
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/spender/
H A Dopenchannel.c677 node_id_to_hexstr(tmpctx, &dest->id)); in openchannel_update_ok()
778 node_id_to_hexstr(tmpctx, &dest->id), in openchannel_update_dest()
909 node_id_to_hexstr(tmpctx, &dest->id)); in openchannel_init_ok()
985 node_id_to_hexstr(tmpctx, &dest->id)); in openchannel_init_dest()
1026 node_id_to_hexstr(tmpctx, &dest->id), in openchannel_init_dest()
H A Dmultifundchannel.c736 node_id_to_hexstr(tmpctx, &dest->id)); in fundchannel_complete_ok()
762 node_id_to_hexstr(tmpctx, &dest->id), in fundchannel_complete_err()
779 node_id_to_hexstr(tmpctx, &dest->id)); in fundchannel_complete_dest()
1016 node_id_to_hexstr(tmpctx, &dest->id)); in fundchannel_start_ok()
1069 node_id_to_hexstr(tmpctx, &dest->id), in fundchannel_start_err()
1098 node_id_to_hexstr(tmpctx, &dest->id)); in fundchannel_start_dest()
1629 node_id_to_hexstr(tmpctx, &dest->id), in connect_err()
1645 id = node_id_to_hexstr(tmpctx, &dest->id); in connect_dest()
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dkeysend.c70 node_id_to_hexstr(tmpctx, p->destination)); in keysend_cb()
85 node_id_to_hexstr(tmpctx, p->destination)); in keysend_cb()
H A Dpay.c518 idstr = node_id_to_hexstr(tmpctx, &id); in waitsendpay_error()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/test/
H A Drun-log-pruning.c70 char *node_id_to_hexstr(const tal_t *ctx UNNEEDED, const struct node_id *id UNNEEDED) in node_id_to_hexstr() function
H A Drun-invoice-select-inchan.c456 char *node_id_to_hexstr(const tal_t *ctx UNNEEDED, const struct node_id *id UNNEEDED) in node_id_to_hexstr() function
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dlog.c136 node_id_to_hexstr(tmpctx, node_id), in log_to_file()
146 node_id_to_hexstr(tmpctx, node_id), in log_to_file()
H A Dpeer_control.c774 json_add_u64(response, node_id_to_hexstr(tmpctx, &p->id), in json_add_channel()
776 json_add_u64(response, node_id_to_hexstr(tmpctx, &ld->id), in json_add_channel()
782 node_id_to_hexstr(tmpctx, &p->id), in json_add_channel()
785 node_id_to_hexstr(tmpctx, &ld->id), in json_add_channel()