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

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-lspping.c467 int tlen,lspping_tlv_len,lspping_tlv_type,tlv_tlen; local
575 lspping_tlv_len=EXTRACT_16BITS(lspping_tlv_header->length);
577 if (lspping_tlv_len == 0)
580 if(lspping_tlv_len % 4 || lspping_tlv_len < 4) { /* aligned to four octet boundary */
581 printf("\n\t ERROR: TLV %u bogus size %u",lspping_tlv_type,lspping_tlv_len);
590 lspping_tlv_len);
593 tlv_tlen=lspping_tlv_len; /* header not included -> no adjustment */
596 if (!TTEST2(*tptr, lspping_tlv_len))
859 lspping_tlv_len);
[all...]

Completed in 36 milliseconds