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

  /external/tcpdump/
ospf.h 165 struct lsa_hdr { struct
184 struct lsa_hdr ls_hdr;
291 struct lsa_hdr db_lshdr[1]; /* may repeat */
315 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
print-ospf.c 190 static int ospf_print_lshdr(const struct lsa_hdr *);
463 ospf_print_lshdr(register const struct lsa_hdr *lshp)
469 if (ls_length < sizeof(struct lsa_hdr)) {
471 (unsigned long)sizeof(struct lsa_hdr));
480 ls_length-(u_int)sizeof(struct lsa_hdr));
576 ls_length -= sizeof(struct lsa_hdr);
928 register const struct lsa_hdr *lshp;
    [all...]

Completed in 308 milliseconds