Home
last modified time | relevance | path

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

/external/tcpdump/
Dospf6.h100 struct lsa_hdr { struct
119 struct lsa_hdr ls_hdr; argument
249 struct lsa_hdr db_lshdr[1]; /* may repeat */
268 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
Dospf.h144 struct lsa_hdr { struct
163 struct lsa_hdr ls_hdr; argument
282 struct lsa_hdr db_lshdr[1]; /* may repeat */
306 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
Dprint-ospf.c181 static int ospf_print_lshdr(const struct lsa_hdr *);
186 ospf_print_lshdr(register const struct lsa_hdr *lshp) in ospf_print_lshdr()
192 if (ls_length < sizeof(struct lsa_hdr)) { in ospf_print_lshdr()
194 (unsigned long)sizeof(struct lsa_hdr)); in ospf_print_lshdr()
203 ls_length-(u_int)sizeof(struct lsa_hdr)); in ospf_print_lshdr()
270 ls_length -= sizeof(struct lsa_hdr); in ospf_print_lsa()
754 register const struct lsa_hdr *lshp; in ospf_decode_v2()
Dprint-ospf6.c95 static int ospf6_print_lshdr(const struct lsa_hdr *);
214 ospf6_print_lshdr(register const struct lsa_hdr *lshp) in ospf6_print_lshdr()
500 register const struct lsa_hdr *lshp; in ospf6_decode_v3()