Home
last modified time | relevance | path

Searched refs:lldpdu (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/l2/ethernet/lldp/
Dlldp.c92 if (!lldp->lldpdu) { in lldp_send()
118 ret = net_pkt_write(pkt, (uint8_t *)lldp->lldpdu, in lldp_send()
332 int net_lldp_config(struct net_if *iface, const struct net_lldpdu *lldpdu) in net_lldp_config() argument
342 ctx->lldp[i].lldpdu = lldpdu; in net_lldp_config()
363 static const struct net_lldpdu lldpdu = { variable
385 return net_lldp_config(iface, &lldpdu); in net_lldp_set_lldpdu()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dlldp.h181 int net_lldp_config(struct net_if *iface, const struct net_lldpdu *lldpdu);
Dethernet.h509 const struct net_lldpdu *lldpdu; member