Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c123 struct lsa6_hdr { struct
145 struct lsa6_hdr ls_hdr; argument
269 struct lsa6_hdr db_lshdr[1]; /* may repeat */
387 register const struct lsa6_hdr *lshp, const u_char *dataend) in ospf6_print_lshdr()
398 EXTRACT_16BITS(&lshp->ls_length)-(u_int)sizeof(struct lsa6_hdr))); in ospf6_print_lshdr()
483 if (length < sizeof(struct lsa6_hdr) || (u_char *)lsap + length > dataend) in ospf6_print_lsa()
485 lsa_length = length - sizeof(struct lsa6_hdr); in ospf6_print_lsa()
486 tptr = (uint8_t *)lsap+sizeof(struct lsa6_hdr); in ospf6_print_lsa()
728 register const struct lsa6_hdr *lshp; in ospf6_decode_v3()
826 lshp = (const struct lsa6_hdr *)((uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3()