Home
last modified time | relevance | path

Searched refs:LLDP_TLV_PORT_ID (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/net/dsa/src/
Ddsa_lldp.c68 dsa_buf_write_be16((LLDP_TLV_PORT_ID << 9) | (ETH_ALEN + 1), &p); in dsa_lldp_send()
115 case LLDP_TLV_PORT_ID: in dsa_lldp_print_info()
131 case LLDP_TLV_PORT_ID: in dsa_lldp_print_info()
/Zephyr-latest/include/zephyr/net/
Dlldp.h126 LLDP_TLV_PORT_ID = 2, /**< Port ID (mandatory) */ enumerator
/Zephyr-latest/samples/net/lldp/src/
Dmain.c172 case LLDP_TLV_PORT_ID: in parse_lldp()
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c371 .type_length = htons((LLDP_TLV_PORT_ID << 9) |