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.h247 void net_lldp_unset_lldpdu(struct net_if *iface);
249 #define net_lldp_unset_lldpdu(iface) macro
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c403 void net_lldp_unset_lldpdu(struct net_if *iface) in net_lldp_unset_lldpdu() function
/Zephyr-latest/drivers/ethernet/
Deth_native_tap.c492 net_lldp_unset_lldpdu(iface); in vlan_setup()