The SNMP header struct.
More...
#include <os/net/app-layer/snmp/snmp.h>
|
|
uint32_t | version |
| | SNMP Version.
|
| |
|
uint8_t | pdu_type |
| | The PDU type.
|
| |
|
uint32_t | request_id |
| | The request ID.
|
| |
|
uint32_t | error_status |
| | The error status.
|
| |
|
uint32_t | non_repeaters |
| | The non repeaters.
|
| |
|
uint32_t | error_index |
| | The error index.
|
| |
|
uint32_t | max_repetitions |
| | The max repetitions.
|
| |
The SNMP header struct.
Definition at line 93 of file snmp.h.