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.c527 const struct lsa_hdr *lshp) in ospf_print_lshdr()
533 if (ls_length < sizeof(struct lsa_hdr)) { in ospf_print_lshdr()
535 sizeof(struct lsa_hdr)); in ospf_print_lshdr()
542 ls_length - sizeof(struct lsa_hdr)); in ospf_print_lshdr()
644 ls_length -= sizeof(struct lsa_hdr); in ospf_print_lsa()
975 const struct lsa_hdr *lshp; in ospf_decode_v2()