OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notiftlv
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/ldpd/
pdu.c
62
struct notification_tlv *
notiftlv
;
local
72
notiftlv
= build_notification(0,
74
send_tlv(p, (struct tlv *)
notiftlv
);
75
free(
notiftlv
);
83
notiftlv
= build_notification(0,
85
send_tlv(p, (struct tlv *)
notiftlv
);
86
free(
notiftlv
);
94
notiftlv
= build_notification(0,
96
send_tlv(p, (struct tlv *)
notiftlv
);
97
free(
notiftlv
);
[
all
...]
Completed in 15 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026