UDPHeader_s Struct Reference
Data Fields | |
uint32_t | udp_src:16 |
uint32_t | udp_dest:16 |
uint32_t | udp_len:16 |
uint32_t | udp_crc:16 |
Detailed Description
- Examples:
- net/netflow/netflow_example.c.
Definition at line 164 of file netflow_example.c.
Field Documentation
uint32_t UDPHeader_s::udp_src |
- Examples:
- net/netflow/netflow_example.c.
Definition at line 165 of file netflow_example.c.
Referenced by DumpL4().
uint32_t UDPHeader_s::udp_dest |
- Examples:
- net/netflow/netflow_example.c.
Definition at line 166 of file netflow_example.c.
Referenced by DumpL4().
uint32_t UDPHeader_s::udp_len |
Definition at line 168 of file netflow_example.c.
uint32_t UDPHeader_s::udp_crc |
Definition at line 169 of file netflow_example.c.
The documentation for this struct was generated from the following file:
- examples/net/netflow/netflow_example.c