Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.h129 struct lsa_hdr { struct
142 struct lsa_hdr ls_hdr; argument
243 struct lsa_hdr db_lshdr[1]; /* may repeat */
261 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
H A Dsnoop_ospf.c88 static void interpret_ospf_lsa_hdr(int, struct lsa_hdr *);
302 interpret_ospf_lsa_hdr(int flags, struct lsa_hdr *lsah) in interpret_ospf_lsa_hdr()
541 struct lsa_hdr *lsah; in interpret_ospf()
650 if ((uchar_t *)lsah + sizeof (struct lsa_hdr) > in interpret_ospf()
712 ((uchar_t *)lsa + sizeof (struct lsa_hdr) > in interpret_ospf()
739 if ((uchar_t *)lsah + sizeof (struct lsa_hdr) > in interpret_ospf()
H A Dsnoop_ospf6.c758 ((uchar_t *)lsa + sizeof (struct lsa_hdr) > in interpret_ospf6()