|
#define | BS_PHY_BCAST 1 |
| Physical layer broadcast packet.
|
|
#define | BS_IP_BCAST 2 |
| Layer 3 (IP) broadcast packet.
|
|
#define | BS_IP_LOCAL_NET 4 |
| Packet to/from local subnet.
|
|
#define | BS_TCP_PUSH 8 |
| TCP PUSH flag was set on receive.
|
|
#define | BS_PHY_802_3 0x10 |
| Packet requires 802.3 encapsulation.
|
|
#define | BS_VLAN 0x20 |
| Packet requires VLAN tagging.
|
|
#define | BS_DBG_LOG 0x80 |
| Debug log buffer - do not log operations.
|
|
#include< buffers.h>
Buffer state flags provide additional networking context for packet processing.