Lines Matching refs:lsah
296 interpret_ospf6_lsa_hdr(int flags, struct lsa6_hdr *lsah) in interpret_ospf6_lsa_hdr() argument
303 "Sequence = %X ", ntohl(lsah->ls6_seq)); in interpret_ospf6_lsa_hdr()
305 "Age = %X ", ospf_print_lsa_age(ntohl(lsah->ls6_age))); in interpret_ospf6_lsa_hdr()
308 ospf6_print_ls_type(flags, lsah->ls6_type, lsah->ls6_stateid, in interpret_ospf6_lsa_hdr()
309 lsah->ls6_router); in interpret_ospf6_lsa_hdr()
588 struct lsa6_hdr *lsah; in interpret_ospf6() local
692 lsah = ospf->ospf6_db.db_lshdr; in interpret_ospf6()
693 while ((uchar_t *)lsah < ((uchar_t *)ospf + fraglen)) { in interpret_ospf6()
694 if ((uchar_t *)lsah + sizeof (struct lsa6_hdr) > in interpret_ospf6()
699 interpret_ospf6_lsa_hdr(flags, lsah); in interpret_ospf6()
700 ++lsah; in interpret_ospf6()
781 lsah = ospf->ospf6_lsa.lsa_lshdr; in interpret_ospf6()
783 while ((uchar_t *)lsah < ((uchar_t *)ospf + fraglen)) { in interpret_ospf6()
784 if ((uchar_t *)lsah + sizeof (struct lsa6_hdr) > in interpret_ospf6()
791 interpret_ospf6_lsa_hdr(flags, lsah); in interpret_ospf6()
792 ++lsah; in interpret_ospf6()