Searched refs:ls_length (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ospf.c200 ospf_print_grace_lsa (const u_int8_t *tptr, u_int ls_length) { argument
205 while (ls_length > 0) {
207 if (ls_length < 4) {
208 printf("\n\t Remaining LS length %u < 4", ls_length);
214 ls_length-=4;
221 if (tlv_length > ls_length) {
223 ls_length);
272 ls_length-=tlv_length;
282 ospf_print_te_lsa (const u_int8_t *tptr, u_int ls_length) { argument
291 while (ls_length !
469 u_int ls_length; local
572 register int ls_length; local
[all...]
H A Dospf.h179 u_int16_t ls_length; member in struct:lsa_hdr
H A Dospf6.h103 u_int16_t ls_length; member in struct:lsa6_hdr
H A Dprint-ospf6.c153 EXTRACT_16BITS(&lshp->ls_length)-(u_int)sizeof(struct lsa6_hdr));
227 TCHECK(lsap->ls_hdr.ls_length);
228 length = EXTRACT_16BITS(&lsap->ls_hdr.ls_length);
561 EXTRACT_16BITS(&lsap->ls_hdr.ls_length));

Completed in 119 milliseconds