Home
last modified time | relevance | path

Searched refs:ls_length (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-ospf.c185 const uint8_t *tptr, u_int ls_length) in ospf_print_grace_lsa() argument
190 while (ls_length > 0) { in ospf_print_grace_lsa()
192 if (ls_length < 4) { in ospf_print_grace_lsa()
193 ND_PRINT((ndo, "\n\t Remaining LS length %u < 4", ls_length)); in ospf_print_grace_lsa()
199 ls_length-=4; in ospf_print_grace_lsa()
206 if (tlv_length > ls_length) { in ospf_print_grace_lsa()
208 ls_length)); in ospf_print_grace_lsa()
257 ls_length-=tlv_length; in ospf_print_grace_lsa()
268 const uint8_t *tptr, u_int ls_length) in ospf_print_te_lsa() argument
277 while (ls_length != 0) { in ospf_print_te_lsa()
[all …]
Dprint-ospf6.c131 uint16_t ls_length; member
399 EXTRACT_16BITS(&lshp->ls_length)-(u_int)sizeof(struct lsa6_hdr))); in ospf6_print_lshdr()
475 ND_TCHECK(lsap->ls_hdr.ls_length); in ospf6_print_lsa()
476 length = EXTRACT_16BITS(&lsap->ls_hdr.ls_length); in ospf6_print_lsa()
820 EXTRACT_16BITS(&lsap->ls_hdr.ls_length)); in ospf6_decode_v3()
Dospf.h180 uint16_t ls_length; member