Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c124 struct lsa6_hdr { struct
146 struct lsa6_hdr ls_hdr; argument
270 struct lsa6_hdr db_lshdr[1]; /* may repeat */
388 register const struct lsa6_hdr *lshp, const u_char *dataend) in ospf6_print_lshdr()
399 EXTRACT_16BITS(&lshp->ls_length)-(u_int)sizeof(struct lsa6_hdr))); in ospf6_print_lshdr()
484 if (length < sizeof(struct lsa6_hdr) || (const u_char *)lsap + length > dataend) in ospf6_print_lsa()
486 lsa_length = length - sizeof(struct lsa6_hdr); in ospf6_print_lsa()
487 tptr = (const uint8_t *)lsap+sizeof(struct lsa6_hdr); in ospf6_print_lsa()
730 register const struct lsa6_hdr *lshp; in ospf6_decode_v3()
829 lshp = (const struct lsa6_hdr *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3()