Home
last modified time | relevance | path

Searched refs:NET_L2_MULTICAST (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/net/l2/dummy/
Ddummy.c75 return NET_L2_MULTICAST; in dummy_flags()
/Zephyr-latest/include/zephyr/net/
Dnet_l2.h39 NET_L2_MULTICAST = BIT(0), enumerator
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/
Dmain.c14 #define TEST_FLAG_SET (NET_L2_MULTICAST | NET_L2_PROMISC_MODE)
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c481 ctx->ppp_l2_flags = NET_L2_MULTICAST | NET_L2_POINT_TO_POINT; in net_ppp_init()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c620 return NET_L2_MULTICAST | NET_L2_MULTICAST_SKIP_JOIN_SOLICIT_NODE; in openthread_flags()
/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c667 (void)net_virtual_set_flags(ctx->iface, NET_L2_MULTICAST); in vlan_iface_init()
Dethernet.c1096 ctx->ethernet_l2_flags = NET_L2_MULTICAST; in ethernet_init()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154.c639 ctx->flags = NET_L2_MULTICAST; in ieee802154_init()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c1204 if (flags & NET_L2_MULTICAST) { in join_mcast_nodes()
5424 if (l2_flags_get(iface) & NET_L2_MULTICAST) { in rejoin_multicast_groups()