Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c325 interpret_ospf6_lsa_hdr(flags, &lsa->ls6_hdr); in interpret_ospf6_lsa()
327 ls_end = (uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length); in interpret_ospf6_lsa()
332 switch (ntohs(lsa->ls6_hdr.ls6_type)) { in interpret_ospf6_lsa()
571 lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
576 " Unknown LSA type %d", lsa->ls6_hdr.ls6_type); in interpret_ospf6_lsa()
760 ((uchar_t *)lsa + ntohs(lsa->ls6_hdr.ls6_length) > in interpret_ospf6()
771 ntohs(lsa->ls6_hdr.ls6_length)); in interpret_ospf6()
H A Dsnoop_ospf6.h57 struct lsa6_hdr ls6_hdr; member