Searched refs:ls6_hdr (Results 1 – 2 of 2) sorted by relevance
327 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()
59 struct lsa6_hdr ls6_hdr; member