HomeSort by relevance Sort by last modified time
    Searched refs:lsa_hdr (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
ospf.h 144 struct lsa_hdr { struct
163 struct lsa_hdr ls_hdr;
282 struct lsa_hdr db_lshdr[1]; /* may repeat */
306 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
ospf6.h 100 struct lsa_hdr { struct
119 struct lsa_hdr ls_hdr;
249 struct lsa_hdr db_lshdr[1]; /* may repeat */
268 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
print-ospf.c 181 static int ospf_print_lshdr(const struct lsa_hdr *);
186 ospf_print_lshdr(register const struct lsa_hdr *lshp)
192 if (ls_length < sizeof(struct lsa_hdr)) {
194 (unsigned long)sizeof(struct lsa_hdr));
203 ls_length-(u_int)sizeof(struct lsa_hdr));
270 ls_length -= sizeof(struct lsa_hdr);
754 register const struct lsa_hdr *lshp;
    [all...]
print-ospf6.c 95 static int ospf6_print_lshdr(const struct lsa_hdr *);
214 ospf6_print_lshdr(register const struct lsa_hdr *lshp)
500 register const struct lsa_hdr *lshp;

Completed in 64 milliseconds