Lines Matching defs:lsa6_hdr
123 struct lsa6_hdr {
145 struct lsa6_hdr ls_hdr;
269 struct lsa6_hdr db_lshdr[1]; /* may repeat */
387 const struct lsa6_hdr *lshp, const u_char *dataend)
405 ls_length-sizeof(struct lsa6_hdr));
489 if (length < sizeof(struct lsa6_hdr) || (const u_char *)lsap + length > dataend)
491 lsa_length = length - sizeof(struct lsa6_hdr);
492 tptr = (const uint8_t *)lsap+sizeof(struct lsa6_hdr);
742 const struct lsa6_hdr *lshp;
833 lshp = (const struct lsa6_hdr *)((const uint8_t *)op + OSPF6HDR_LEN);