Lines Matching refs:lsah
302 interpret_ospf_lsa_hdr(int flags, struct lsa_hdr *lsah) in interpret_ospf_lsa_hdr() argument
310 ospf_print_bits(ospf_option_bits, lsah->ls_options)); in interpret_ospf_lsa_hdr()
312 "Sequence = %X ", ntohl(lsah->ls_seq)); in interpret_ospf_lsa_hdr()
314 "Age = %X ", ospf_print_lsa_age(ntohs(lsah->ls_age))); in interpret_ospf_lsa_hdr()
317 ospf_print_ls_type(flags, lsah->ls_type, lsah->ls_stateid, in interpret_ospf_lsa_hdr()
318 lsah->ls_router); in interpret_ospf_lsa_hdr()
541 struct lsa_hdr *lsah; in interpret_ospf() local
648 lsah = ospf->ospf_db.db_lshdr; in interpret_ospf()
649 while ((uchar_t *)lsah < ((uchar_t *)ospf + fraglen)) { in interpret_ospf()
650 if ((uchar_t *)lsah + sizeof (struct lsa_hdr) > in interpret_ospf()
655 interpret_ospf_lsa_hdr(flags, lsah); in interpret_ospf()
656 ++lsah; in interpret_ospf()
736 lsah = ospf->ospf_lsa.lsa_lshdr; in interpret_ospf()
738 while ((uchar_t *)lsah < ((uchar_t *)ospf + fraglen)) { in interpret_ospf()
739 if ((uchar_t *)lsah + sizeof (struct lsa_hdr) > in interpret_ospf()
746 interpret_ospf_lsa_hdr(flags, lsah); in interpret_ospf()
747 ++lsah; in interpret_ospf()