Home
last modified time | relevance | path

Searched refs:lldp (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c36 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() argument
78 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() argument
92 if (!lldp->lldpdu) { in lldp_send()
94 NET_DBG("The LLDPDU is not set for lldp %p", lldp); in lldp_send()
[all …]
DCMakeLists.txt6 zephyr_library_sources(lldp.c)
/Zephyr-latest/samples/net/lldp/
DREADME.rst1 .. zephyr:code-sample:: lldp
3 :relevant-api: lldp net_l2
14 :zephyr_file:`samples/net/lldp`.
32 :zephyr-app: samples/net/lldp
DCMakeLists.txt6 project(lldp) project
/Zephyr-latest/doc/connectivity/networking/api/
Dlldp.rst23 .. doxygengroup:: lldp
Dethernet.rst14 lldp.rst
/Zephyr-latest/subsys/net/l2/ethernet/
DCMakeLists.txt30 add_subdirectory(lldp)
DKconfig118 source "subsys/net/l2/ethernet/lldp/Kconfig"
/Zephyr-latest/include/zephyr/net/
Dethernet.h689 struct ethernet_lldp lldp[NET_LLDP_MAX_COUNT]; member
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst881 * :github:`25184` - lldp: lldp_send includes bug