Home
last modified time | relevance | path

Searched refs:lsah (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c304 interpret_ospf_lsa_hdr(int flags, struct lsa_hdr *lsah) in interpret_ospf_lsa_hdr() argument
312 ospf_print_bits(ospf_option_bits, lsah->ls_options)); in interpret_ospf_lsa_hdr()
314 "Sequence = %X ", ntohl(lsah->ls_seq)); in interpret_ospf_lsa_hdr()
316 "Age = %X ", ospf_print_lsa_age(ntohs(lsah->ls_age))); in interpret_ospf_lsa_hdr()
319 ospf_print_ls_type(flags, lsah->ls_type, lsah->ls_stateid, in interpret_ospf_lsa_hdr()
320 lsah->ls_router); in interpret_ospf_lsa_hdr()
543 struct lsa_hdr *lsah; in interpret_ospf() local
650 lsah = ospf->ospf_db.db_lshdr; in interpret_ospf()
651 while ((uchar_t *)lsah < ((uchar_t *)ospf + fraglen)) { in interpret_ospf()
652 if ((uchar_t *)lsah + sizeof (struct lsa_hdr) > in interpret_ospf()
[all …]
H A Dsnoop_ospf6.c298 interpret_ospf6_lsa_hdr(int flags, struct lsa6_hdr *lsah) in interpret_ospf6_lsa_hdr() argument
305 "Sequence = %X ", ntohl(lsah->ls6_seq)); in interpret_ospf6_lsa_hdr()
307 "Age = %X ", ospf_print_lsa_age(ntohl(lsah->ls6_age))); in interpret_ospf6_lsa_hdr()
310 ospf6_print_ls_type(flags, lsah->ls6_type, lsah->ls6_stateid, in interpret_ospf6_lsa_hdr()
311 lsah->ls6_router); in interpret_ospf6_lsa_hdr()
590 struct lsa6_hdr *lsah; in interpret_ospf6() local
694 lsah = ospf->ospf6_db.db_lshdr; in interpret_ospf6()
695 while ((uchar_t *)lsah < ((uchar_t *)ospf + fraglen)) { in interpret_ospf6()
696 if ((uchar_t *)lsah + sizeof (struct lsa6_hdr) > in interpret_ospf6()
701 interpret_ospf6_lsa_hdr(flags, lsah); in interpret_ospf6()
[all …]