#include <stdint.h>
#include <Fs/vfs.h>
Go to the source code of this file.
◆ AuPacket
◆ anonymous enum
Thin packet descriptor for local-delivery / loopback origin tracking. Full iptable Phase-0 AuPacket (hooks, L2/L3 offsets, rt*) is out of scope.
| Enumerator |
|---|
| AU_PKT_ORIGIN_WIRE | |
| AU_PKT_ORIGIN_LOCAL | |
| AU_PKT_ORIGIN_STACK | |
◆ AuPacketGetOrigin()
◆ AuPacketLocalDepth()
| int AuPacketLocalDepth |
( |
void |
| ) |
|
|
extern |
◆ AuPacketLocalEnter()
| int AuPacketLocalEnter |
( |
void |
| ) |
|
|
extern |
◆ AuPacketLocalLeave()
| void AuPacketLocalLeave |
( |
void |
| ) |
|
|
extern |
◆ AuPacketSetOrigin()
| void AuPacketSetOrigin |
( |
uint8_t |
origin | ) |
|
|
extern |