Provides TCP header and helper functions.
More...
Provides TCP header and helper functions.
|
file | tcp.h |
| TCP header and helper functions.
|
|
◆ TCP_OPTION_KIND_EOL
#define TCP_OPTION_KIND_EOL (0x00) |
TCP Option "Kind"-field defines.
"End of List"-Option
Definition at line 43 of file tcp.h.
◆ TCP_OPTION_LENGTH_MIN
#define TCP_OPTION_LENGTH_MIN (2U) |
TCP option "length"-field values.
Minimum amount of bytes needed for an option with a length field
Definition at line 52 of file tcp.h.
◆ tcp_hdr_print()
Print the given TCP header to STDOUT.
- Parameters
-
[in] | hdr | TCP header to print |