Zephyr API 3.6.99
|
Public API for network L2 interface. More...
#include <zephyr/device.h>
#include <zephyr/net_buf.h>
#include <zephyr/net/capture.h>
#include <zephyr/sys/iterable_sections.h>
Go to the source code of this file.
Data Structures | |
struct | net_l2 |
Network L2 structure. More... | |
Enumerations | |
enum | net_l2_flags { NET_L2_MULTICAST = BIT(0) , NET_L2_MULTICAST_SKIP_JOIN_SOLICIT_NODE = BIT(1) , NET_L2_PROMISC_MODE = BIT(2) , NET_L2_POINT_TO_POINT = BIT(3) } |
L2 flags. More... | |
Public API for network L2 interface.