Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-ospf.c894 uint16_t lls_type, lls_len; in ospf_decode_lls() local
934 lls_type = GET_BE_U_2(dptr); in ospf_decode_lls()
936 tok2str(ospf_lls_tlv_values,"Unknown TLV",lls_type), in ospf_decode_lls()
937 lls_type); in ospf_decode_lls()
942 switch (lls_type) { in ospf_decode_lls()