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

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

Completed in 45 milliseconds