Home
last modified time | relevance | path

Searched refs:ethernet_l2_flags (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c864 return ctx->ethernet_l2_flags; in ethernet_flags()
1092 ctx->ethernet_l2_flags = NET_L2_MULTICAST; in ethernet_init()
1097 ctx->ethernet_l2_flags |= NET_L2_PROMISC_MODE; in ethernet_init()
/Zephyr-latest/include/zephyr/net/
Dethernet.h695 enum net_l2_flags ethernet_l2_flags; member