5 #include "../inc/lc6_common.h" 7 void lc6msg_tlv_add_utf8(
LC6_MSG *msg,
int type,
int length,
void *value);
8 void lc6msg_tlv_add_uuid(
LC6_MSG *msg,
int type,
int length,
void *value);
9 void lc6msg_tlv_add_binary(
LC6_MSG *msg,
int type,
int length,
void *value);
10 void lc6msg_tlv_add_ipport(
LC6_MSG *msg,
int type,
LC6_IPADDR *ip, uint16_t port);
11 void lc6msg_tlv_add_integer(
LC6_MSG *msg,
int type, uint64_t value);
13 void lc6msg_tlv_free(
LC6_MSG *msg);
Definition: lc6_common.h:109
Definition: lc6_common.h:57
Definition: lc6_common.h:63