Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c894 register uint16_t lls_type, lls_len; in ospf_decode_lls() local
938 lls_type = EXTRACT_16BITS(dptr); in ospf_decode_lls()
940 tok2str(ospf_lls_tlv_values,"Unknown TLV",lls_type), in ospf_decode_lls()
941 lls_type)); in ospf_decode_lls()
947 switch (lls_type) { in ospf_decode_lls()