| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
Port ID TLV, see chapter 8.5.3 in IEEE 802.1AB. More...
#include <lldp.h>
Data Fields | |
| uint16_t | type_length | 
| 7 bits for type, 9 bits for length   | |
| uint8_t | subtype | 
| ID subtype.   | |
| uint8_t | value [NET_LLDP_PORT_ID_VALUE_LEN] | 
| Port ID value.   | |
Port ID TLV, see chapter 8.5.3 in IEEE 802.1AB.
| uint8_t net_lldp_port_tlv::subtype | 
ID subtype.
| uint16_t net_lldp_port_tlv::type_length | 
7 bits for type, 9 bits for length
| uint8_t net_lldp_port_tlv::value[NET_LLDP_PORT_ID_VALUE_LEN] | 
Port ID value.