Home
last modified time | relevance | path

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

/external/tcpdump/
Dospf.h166 struct lsa_hdr { struct
185 struct lsa_hdr ls_hdr; argument
292 struct lsa_hdr db_lshdr[1]; /* may repeat */
316 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
Dprint-ospf.c514 register const struct lsa_hdr *lshp) in ospf_print_lshdr()
520 if (ls_length < sizeof(struct lsa_hdr)) { in ospf_print_lshdr()
522 (unsigned long)sizeof(struct lsa_hdr))); in ospf_print_lshdr()
531 ls_length - (u_int)sizeof(struct lsa_hdr))); in ospf_print_lshdr()
633 ls_length -= sizeof(struct lsa_hdr); in ospf_print_lsa()
985 register const struct lsa_hdr *lshp; in ospf_decode_v2()