Searched refs:ls_hdr (Results 1 – 2 of 2) sorted by relevance
338 interpret_ospf_lsa_hdr(flags, &lsa->ls_hdr); in interpret_ospf_lsa()340 ls_end = (uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length); in interpret_ospf_lsa()345 switch (lsa->ls_hdr.ls_type) { in interpret_ospf_lsa()530 " Unknown LSA type %d", lsa->ls_hdr.ls_type); in interpret_ospf_lsa()716 ((uchar_t *)lsa + ntohs(lsa->ls_hdr.ls_length) > in interpret_ospf()727 ntohs(lsa->ls_hdr.ls_length)); in interpret_ospf()
144 struct lsa_hdr ls_hdr; member