Searched refs:lldpdu (Results 1 – 3 of 3) sorted by relevance
92 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() argument342 ctx->lldp[i].lldpdu = lldpdu; in net_lldp_config()363 static const struct net_lldpdu lldpdu = { variable385 return net_lldp_config(iface, &lldpdu); in net_lldp_set_lldpdu()
181 int net_lldp_config(struct net_if *iface, const struct net_lldpdu *lldpdu);
509 const struct net_lldpdu *lldpdu; member