/dports/net-p2p/c-lightning/lightning-0.10.2/common/ |
H A D | node_id.c | 46 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 D | node_id.h | 32 char *node_id_to_hexstr(const tal_t *ctx, const struct node_id *id);
|
H A D | bolt11.c | 288 node_id_to_hexstr(tmpctx, &b11->receiver_id)); in decode_n()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/devtools/ |
H A D | mkgossip.c | 217 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 D | checkchannels.c | 186 node_id_to_hexstr(ctx, &peer_id), in main()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/hsmd/ |
H A D | libhsmd_status.c | 34 node_id_to_hexstr(msg, peer), msg); in hsmd_status_fmt()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/spender/ |
H A D | openchannel.c | 677 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 D | multifundchannel.c | 736 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 D | keysend.c | 70 node_id_to_hexstr(tmpctx, p->destination)); in keysend_cb() 85 node_id_to_hexstr(tmpctx, p->destination)); in keysend_cb()
|
H A D | pay.c | 518 idstr = node_id_to_hexstr(tmpctx, &id); in waitsendpay_error()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/test/ |
H A D | run-log-pruning.c | 70 char *node_id_to_hexstr(const tal_t *ctx UNNEEDED, const struct node_id *id UNNEEDED) in node_id_to_hexstr() function
|
H A D | run-invoice-select-inchan.c | 456 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 D | log.c | 136 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 D | peer_control.c | 774 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()
|