_NetRxAncillary Struct Reference
Additional options passed to the stack (RX path) More...
#include <net_misc.h>
Data Fields | |
| uint8_t | ttl |
| Time-to-live value. More... | |
| uint8_t | tos |
| Type-of-service value. More... | |
| MacAddr | srcMacAddr |
| Source MAC address. More... | |
| MacAddr | destMacAddr |
| Destination MAC address. More... | |
| uint16_t | ethType |
| Ethernet type field. More... | |
| uint8_t | port |
| Ingress port identifier. More... | |
| NetTimestamp | timestamp |
| Captured time stamp. More... | |
Detailed Description
Additional options passed to the stack (RX path)
Definition at line 152 of file net_misc.h.
Field Documentation
◆ destMacAddr
| MacAddr destMacAddr |
Destination MAC address.
Definition at line 158 of file net_misc.h.
◆ ethType
| uint16_t ethType |
Ethernet type field.
Definition at line 159 of file net_misc.h.
◆ port
| uint8_t port |
Ingress port identifier.
Definition at line 162 of file net_misc.h.
◆ srcMacAddr
| MacAddr srcMacAddr |
Source MAC address.
Definition at line 157 of file net_misc.h.
◆ timestamp
| NetTimestamp timestamp |
Captured time stamp.
Definition at line 165 of file net_misc.h.
◆ tos
| uint8_t tos |
Type-of-service value.
Definition at line 155 of file net_misc.h.
◆ ttl
| uint8_t ttl |
Time-to-live value.
Definition at line 154 of file net_misc.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/core/net_misc.h
