OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:al_tlv
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
mpls_routes.c
779
struct address_list_tlv
al_tlv
;
local in function:check_if_addr_updown
805
memset(&
al_tlv
, 0, sizeof(
al_tlv
));
806
al_tlv
.type = rg->m_rtm.rtm_type == RTM_NEWADDR ? htons(LDP_ADDRESS) :
808
al_tlv
.length = htons(sizeof(
al_tlv
) - TLV_TYPE_LENGTH);
809
al_tlv
.messageid = htonl(get_message_id());
810
al_tlv
.a_type = htons(TLV_ADDRESS_LIST);
811
al_tlv
.a_length = htons(sizeof(
al_tlv
.a_af) + sizeof(al_tlv.a_address))
[
all
...]
tlv.h
147
struct
al_tlv
{
struct
Completed in 20 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025