Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:lsa

182 static const u_char *ospf_print_lsa(const struct lsa *);
207 /* the LSA header for opaque LSAs was slightly changed */
211 printf("\n\t %s LSA (%d), Opaque-Type: %s LSA (%u), Opaque-ID: %u",
224 /* all other LSA types use regular style LSA headers */
226 printf("\n\t %s LSA (%d), LSA-ID: %s",
242 * Print a single link state advertisement. If truncated or if LSA length
243 * field is less than the length of the LSA header, return NULl, else
244 * return pointer to data past end of LSA.
247 ospf_print_lsa(register const struct lsa *lsap)
276 printf("\n\t Router LSA Options: [%s]", bittok2str(ospf_rla_flag_values,"none",lsap->lsa_un.un_rla.rla_flags));
755 register const struct lsa *lsap;
820 printf("\n\t Advertising Router: %s, %s LSA (%u)",
826 /* the LSA header for opaque LSAs was slightly changed */
830 printf(", Opaque-Type: %s LSA (%u), Opaque-ID: %u",
836 printf(", LSA-ID: %s",
849 printf(", %d LSA%s",lsa_count_max, lsa_count_max > 1 ? "s" : "");
851 printf("\n\t LSA #%u",lsa_count);
852 lsap = (const struct lsa *)ospf_print_lsa(lsap);