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

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c274 switch (pid->lp_subtype) {
341 &pid->lp_subtype)) != 0) {
362 pid->lp_subtype = *tlv->lt_value;
379 tlvlen = LLDP_TLVHDR_SZ + pid->lp_pidlen + sizeof (pid->lp_subtype);
385 bcopy(&pid->lp_subtype, lldpdu, sizeof (pid->lp_subtype));
386 lldpdu += sizeof (pid->lp_subtype);
1123 pidp->lp_subtype = *value;
1124 value += sizeof (pidp->lp_subtype);
1156 *lldpdu = pid->lp_subtype;
[all...]
H A Dlldp.h192 uint8_t lp_subtype; member in struct:lldp_portid_s

Completed in 19 milliseconds