notification_tlv
struct notification_tlv *
struct notification_tlv *t;
t->length = htons(sizeof(struct notification_tlv) - TLV_TYPE_LENGTH);
t->st_len = sizeof(struct notification_tlv) - 2 * TLV_TYPE_LENGTH;
struct notification_tlv *nt;
struct notification_tlv* build_notification(uint32_t, uint32_t);
struct notification_tlv *notiftlv;
struct notification_tlv *nottlv;
nottlv = (struct notification_tlv *) ttmp;