HomeSort by relevance Sort by last modified time
    Searched refs:inter_ap_metric (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
ospf6.h 145 u_int32_t inter_ap_metric; member in struct:lsa6::__anon18933::__anon18937
print-ospf6.c 314 if (lsa_length < sizeof (lsap->lsa_un.un_inter_ap.inter_ap_metric))
316 lsa_length -= sizeof (lsap->lsa_un.un_inter_ap.inter_ap_metric);
317 TCHECK(lsap->lsa_un.un_inter_ap.inter_ap_metric);
319 EXTRACT_32BITS(&lsap->lsa_un.un_inter_ap.inter_ap_metric) & SLA_MASK_METRIC);

Completed in 437 milliseconds