#include "ws_symbol_export.h"
Go to the source code of this file.
|
|
#define | QS_FUNC_MASK 0xf0 |
| |
|
#define | QS_RATE_MASK 0x0f |
| |
|
#define | QS_RATE_REQUEST 0 |
| |
|
#define | QS_RATE_REPORT 8 |
| |
|
#define | IPOPT_COPY_MASK 0x80 |
| |
|
#define | IPOPT_CLASS_MASK 0x60 |
| |
|
#define | IPOPT_NUMBER_MASK 0x1F |
| |
◆ opt_len_type
Describes how the length of a protocol option field is determined.
| Enumerator |
|---|
| OPT_LEN_NO_LENGTH | Option carries no data and has no length field
|
| OPT_LEN_FIXED_LENGTH | Option always has the same fixed length
|
| OPT_LEN_VARIABLE_LENGTH | Option is variable-length; optlen specifies the minimum valid length
|