Home
last modified time | relevance | path

Searched refs:lsa_hdr (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.h131 struct lsa_hdr { struct
144 struct lsa_hdr ls_hdr; argument
245 struct lsa_hdr db_lshdr[1]; /* may repeat */
263 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
H A Dsnoop_ospf.c90 static void interpret_ospf_lsa_hdr(int, struct lsa_hdr *);
304 interpret_ospf_lsa_hdr(int flags, struct lsa_hdr *lsah) in interpret_ospf_lsa_hdr()
543 struct lsa_hdr *lsah; in interpret_ospf()
652 if ((uchar_t *)lsah + sizeof (struct lsa_hdr) > in interpret_ospf()
714 ((uchar_t *)lsa + sizeof (struct lsa_hdr) > in interpret_ospf()
741 if ((uchar_t *)lsah + sizeof (struct lsa_hdr) > in interpret_ospf()
H A Dsnoop_ospf6.c760 ((uchar_t *)lsa + sizeof (struct lsa_hdr) > in interpret_ospf6()