libnd_protocol_inst

Name

libnd_protocol_inst -- 

Functions

voidlibnd_proto_inst_init ()
const char *libnd_proto_inst_to_string ()
LND_ProtoData *libnd_proto_data_new ()
voidlibnd_proto_data_free ()
LND_ProtoInfo *libnd_proto_info_new ()
voidlibnd_proto_info_free ()

Description

Functions

libnd_proto_inst_init ()

void
libnd_proto_inst_init (LND_ProtoInst *inst,
                       LND_Protocol *protocol,
                       guint nesting);


libnd_proto_inst_to_string ()

const char *
libnd_proto_inst_to_string (const LND_Protocol *proto,
                            guint nesting);


libnd_proto_data_new ()

LND_ProtoData *
libnd_proto_data_new (LND_Protocol *protocol,
                      guint nesting,
                      guchar *data,
                      guchar *data_end);


libnd_proto_data_free ()

void
libnd_proto_data_free (LND_ProtoData *pd);


libnd_proto_info_new ()

LND_ProtoInfo *
libnd_proto_info_new (LND_Protocol *proto,
                      guint nesting);


libnd_proto_info_free ()

void
libnd_proto_info_free (LND_ProtoInfo *pinf);

Types and Values