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

/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c381 uint8_t tlv_type; local
395 tlv_type = LLDP_TLV_TYPE(pdu);
397 logtrace("vdp_ecp_cb: tlv_len %d tlv_type %d \n", tlv_len, tlv_type);
402 if (tlv_type != VDP_TLV_MGR_ID)
410 tlv_type = LLDP_TLV_TYPE(pdu);
412 logtrace("vdp_ecp_cb: tlv_len %d tlv_type %d \n", tlv_len, tlv_type);
418 if (tlv_type == VDP_TLV_ORG_SPEC) {
429 tlv_type
1190 vdp_tlv_type_to_str(int tlv_type) argument
[all...]

Completed in 22 milliseconds