Lines Matching full:lldp
23 #include <zephyr/net/lldp.h>
621 /** Ethernet LLDP specific parameters */
626 /** LLDP Data Unit mandatory TLVs for the interface. */
629 /** LLDP Data Unit optional TLVs for the interface */
635 /** Network interface that has LLDP supported. */
638 /** LLDP TX timer start time */
641 /** LLDP TX timeout */
644 /** LLDP RX callback function */
677 struct ethernet_lldp lldp[NET_VLAN_MAX_COUNT]; member
858 * @brief Check if the Ethernet MAC address is a LLDP multicast address.
862 * @return true if address is a LLDP multicast address, false if not