Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dlldp.h257 void net_lldp_unset_lldpdu(struct net_if *iface);
259 #define net_lldp_unset_lldpdu(iface) macro
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c388 void net_lldp_unset_lldpdu(struct net_if *iface) in net_lldp_unset_lldpdu() function
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c454 net_lldp_unset_lldpdu(iface); in vlan_setup()