Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c327 interpret_ospf6_lsa_hdr(flags, &lsa->ls6_hdr); in interpret_ospf6_lsa()
329 ls_end = (uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length); in interpret_ospf6_lsa()
334 switch (ntohs(lsa->ls6_hdr.ls6_type)) { in interpret_ospf6_lsa()
573 lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
578 " Unknown LSA type %d", lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
762 ((uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length) > in interpret_ospf6()
773 ntohs(lsa->ls6_hdr.ls6_length)); in interpret_ospf6()
H A Dsnoop_ospf6.h59 struct lsa6_hdr ls6_hdr; member