Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c837 register u_int16_t lls_type, lls_len; in ospf_decode_lls() local
887 lls_len = EXTRACT_16BITS(dptr); in ospf_decode_lls()
888 printf(", length: %u", lls_len); in ospf_decode_lls()
893 if (lls_len != 4) { in ospf_decode_lls()
895 lls_len = 4; in ospf_decode_lls()
905 if (lls_len != 20) { in ospf_decode_lls()
907 lls_len = 20; in ospf_decode_lls()
914 dptr += lls_len; in ospf_decode_lls()