Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A Dpdu.c62 struct notification_tlv *notiftlv; in check_recv_pdu() local
72 notiftlv = build_notification(0, in check_recv_pdu()
74 send_tlv(p, (struct tlv *) notiftlv); in check_recv_pdu()
75 free(notiftlv); in check_recv_pdu()
83 notiftlv = build_notification(0, in check_recv_pdu()
85 send_tlv(p, (struct tlv *) notiftlv); in check_recv_pdu()
86 free(notiftlv); in check_recv_pdu()
94 notiftlv = build_notification(0, in check_recv_pdu()
96 send_tlv(p, (struct tlv *) notiftlv); in check_recv_pdu()
97 free(notiftlv); in check_recv_pdu()