Home
last modified time | relevance | path

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

/external/tcpdump/
Dospf6.h96 struct lsa6_hdr { struct
115 struct lsa6_hdr ls_hdr; argument
236 struct lsa6_hdr db_lshdr[1]; /* may repeat */
255 struct lsa6_hdr lsa_lshdr[1]; /* may repeat */
Dprint-ospf6.c122 static int ospf6_print_lshdr(const struct lsa6_hdr *);
139 ospf6_print_lshdr(register const struct lsa6_hdr *lshp) in ospf6_print_lshdr()
149 EXTRACT_16BITS(&lshp->ls_length)-(u_int)sizeof(struct lsa6_hdr)); in ospf6_print_lshdr()
232 if (length < sizeof(struct lsa6_hdr)) in ospf6_print_lsa()
234 lsa_length = length - sizeof(struct lsa6_hdr); in ospf6_print_lsa()
235 tptr = (u_int8_t *)lsap+sizeof(struct lsa6_hdr); in ospf6_print_lsa()
476 register const struct lsa6_hdr *lshp; in ospf6_decode_v3()