Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
net_l2.h File Reference

Public API for network L2 interface. More...

#include <device.h>
#include <net/buf.h>
#include <net/capture.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) }
 

Detailed Description

Public API for network L2 interface.