Searched refs:lldpdu (Results 1 – 3 of 3) sorted by relevance
92 if (!lldp->lldpdu) { in lldp_send()119 ret = net_pkt_write(pkt, (uint8_t *)lldp->lldpdu, in lldp_send()347 int net_lldp_config(struct net_if *iface, const struct net_lldpdu *lldpdu) in net_lldp_config() argument357 ctx->lldp[i].lldpdu = lldpdu; in net_lldp_config()378 static const struct net_lldpdu lldpdu = { variable400 return net_lldp_config(iface, &lldpdu); in net_lldp_set_lldpdu()
183 int net_lldp_config(struct net_if *iface, const struct net_lldpdu *lldpdu);
632 const struct net_lldpdu *lldpdu; member