Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ospf.c627 u_int tlv_type, tlv_length, rla_count, topology; in ospf_print_lsa() local
650 rla_count = GET_BE_U_2(lsap->lsa_un.un_rla.rla_count); in ospf_print_lsa()
653 for (u_int i = rla_count; i != 0; i--) { in ospf_print_lsa()
H A Dospf.h193 nd_uint16_t rla_count; member