Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:lsa_hdr

190 static int ospf_print_lshdr(const struct lsa_hdr *);
463 ospf_print_lshdr(register const struct lsa_hdr *lshp)
469 if (ls_length < sizeof(struct lsa_hdr)) {
471 (unsigned long)sizeof(struct lsa_hdr));
480 ls_length-(u_int)sizeof(struct lsa_hdr));
576 ls_length -= sizeof(struct lsa_hdr);
928 register const struct lsa_hdr *lshp;