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

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c52 tlv->lt_len = LLDP_TLV_LEN(pdu);
53 if (pdu + 2 + tlv->lt_len > end)
65 if (cur + old->lt_len + 2 > end)
67 cur += old->lt_len;
69 new->lt_len = LLDP_TLV_LEN(cur);
70 if (cur + 2 + new->lt_len > end)
222 if (tlv->lt_len < 2 || tlv->lt_len > 256)
226 cid->lc_cidlen = tlv->lt_len - 1;
359 if (tlv->lt_len <
[all...]
H A Dlldp.h181 uint16_t lt_len; member in struct:lldp_tlv_s

Completed in 25 milliseconds