HomeSort by: relevance | last modified time | path
    Searched refs:notification_tlv (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/ldpd/
notifications.c 43 struct notification_tlv *
46 struct notification_tlv *t;
55 t->length = htons(sizeof(struct notification_tlv) - TLV_TYPE_LENGTH);
57 t->st_len = sizeof(struct notification_tlv) - 2 * TLV_TYPE_LENGTH;
68 struct notification_tlv *nt;
notifications.h 95 struct notification_tlv* build_notification(uint32_t, uint32_t);
pdu.c 62 struct notification_tlv *notiftlv;
tlv.h 124 struct notification_tlv { struct
socketops.c 1106 struct notification_tlv *nottlv;
1305 nottlv = (struct notification_tlv *) ttmp;

Completed in 13 milliseconds