Searched refs:ls_length (Results 1 – 3 of 3) sorted by relevance
184 const uint8_t *tptr, u_int ls_length) in ospf_print_grace_lsa() argument189 while (ls_length > 0) { in ospf_print_grace_lsa()191 if (ls_length < 4) { in ospf_print_grace_lsa()192 ND_PRINT((ndo, "\n\t Remaining LS length %u < 4", ls_length)); in ospf_print_grace_lsa()198 ls_length-=4; in ospf_print_grace_lsa()205 if (tlv_length > ls_length) { in ospf_print_grace_lsa()207 ls_length)); in ospf_print_grace_lsa()256 ls_length-=tlv_length; in ospf_print_grace_lsa()267 const uint8_t *tptr, u_int ls_length) in ospf_print_te_lsa() argument276 while (ls_length != 0) { in ospf_print_te_lsa()[all …]
130 uint16_t ls_length; member398 EXTRACT_16BITS(&lshp->ls_length)-(u_int)sizeof(struct lsa6_hdr))); in ospf6_print_lshdr()474 ND_TCHECK(lsap->ls_hdr.ls_length); in ospf6_print_lsa()475 length = EXTRACT_16BITS(&lsap->ls_hdr.ls_length); in ospf6_print_lsa()819 EXTRACT_16BITS(&lsap->ls_hdr.ls_length)); in ospf6_decode_v3()
180 uint16_t ls_length; member