Searched refs:lldp (Results 1 – 10 of 10) sorted by relevance
36 for (i = 0; i < ARRAY_SIZE(ctx->lldp); i++) { in lldp_find()37 if (ctx->lldp[i].iface == iface) { in lldp_find()41 if (found < 0 && ctx->lldp[i].iface == NULL) { in lldp_find()47 ctx->lldp[found].iface = iface; in lldp_find()76 static bool lldp_timedout(struct ethernet_lldp *lldp, int64_t timeout) in lldp_timedout() argument78 return lldp_check_timeout(lldp->tx_timer_start, in lldp_timedout()79 lldp->tx_timer_timeout, in lldp_timedout()83 static int lldp_send(struct ethernet_lldp *lldp) in lldp_send() argument92 if (!lldp->lldpdu) { in lldp_send()94 NET_DBG("The LLDPDU is not set for lldp %p", lldp); in lldp_send()[all …]
6 zephyr_library_sources(lldp.c)
1 .. zephyr:code-sample:: lldp3 :relevant-api: lldp net_l214 :zephyr_file:`samples/net/lldp`.32 :zephyr-app: samples/net/lldp
6 project(lldp) project
23 .. doxygengroup:: lldp
14 lldp.rst
30 add_subdirectory(lldp)
118 source "subsys/net/l2/ethernet/lldp/Kconfig"
689 struct ethernet_lldp lldp[NET_LLDP_MAX_COUNT]; member
881 * :github:`25184` - lldp: lldp_send includes bug