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

/osnet-11/usr/src/lib/liblldp/common/
H A Dlldp.h186 uint8_t lc_subtype; member in struct:lldp_chassid_s
H A Dliblldp_tlv.c138 switch (cid->lc_subtype) {
205 &cid->lc_subtype)) != 0) {
225 cid->lc_subtype = *tlv->lt_value;
242 tlvlen = LLDP_TLVHDR_SZ + cid->lc_cidlen + sizeof (cid->lc_subtype);
247 bcopy(&cid->lc_subtype, lldpdu, sizeof (cid->lc_subtype));
248 lldpdu += sizeof (cid->lc_subtype);

Completed in 27 milliseconds