Home
last modified time | relevance | path

Searched refs:notification_tlv (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/ldpd/
Dnotifications.c43 struct notification_tlv *
46 struct notification_tlv *t; in build_notification()
55 t->length = htons(sizeof(struct notification_tlv) - TLV_TYPE_LENGTH); in build_notification()
57 t->st_len = sizeof(struct notification_tlv) - 2 * TLV_TYPE_LENGTH; in build_notification()
68 struct notification_tlv *nt; in send_notification()
Dnotifications.h95 struct notification_tlv* build_notification(uint32_t, uint32_t);
Dpdu.c62 struct notification_tlv *notiftlv; in check_recv_pdu()
Dtlv.h124 struct notification_tlv { struct
Dsocketops.c1106 struct notification_tlv *nottlv; in recv_session_pdu()
1305 nottlv = (struct notification_tlv *) ttmp; in recv_session_pdu()