• Home
  • Raw
  • Download

Lines Matching defs:snmp_request

80 struct snmp_request {  struct
82 void *handle;
84 const ip_addr_t *source_ip;
86 u16_t source_port;
88 u8_t version;
90 u8_t community[SNMP_MAX_COMMUNITY_STR_LEN + 1];
92 u16_t community_strlen;
94 u8_t request_type;
96 s32_t request_id;
98 s32_t error_status;
100 s32_t error_index;
102 s32_t non_repeaters;
104 s32_t max_repetitions;
107 u8_t request_out_type;
110 s32_t msg_id;
111 s32_t msg_max_size;
112 u8_t msg_flags;
113 s32_t msg_security_model;
114 u8_t msg_authoritative_engine_id[SNMP_V3_MAX_ENGINE_ID_LENGTH];
115 u8_t msg_authoritative_engine_id_len;
116 s32_t msg_authoritative_engine_boots;
117 s32_t msg_authoritative_engine_time;
118 u8_t msg_user_name[SNMP_V3_MAX_USER_LENGTH];
119 u8_t msg_user_name_len;
120 u8_t msg_authentication_parameters[SNMP_V3_MAX_AUTH_PARAM_LENGTH];
121 u8_t msg_authentication_parameters_len;
122 u8_t msg_privacy_parameters[SNMP_V3_MAX_PRIV_PARAM_LENGTH];
123 u8_t msg_privacy_parameters_len;
124 u8_t context_engine_id[SNMP_V3_MAX_ENGINE_ID_LENGTH];
125 u8_t context_engine_id_len;
126 u8_t context_name[SNMP_V3_MAX_ENGINE_ID_LENGTH];
127 u8_t context_name_len;
130 struct pbuf *inbound_pbuf;
131 struct snmp_varbind_enumerator inbound_varbind_enumerator;
132 u16_t inbound_varbind_offset;
133 u16_t inbound_varbind_len;
134 u16_t inbound_padding_len;
136 struct pbuf *outbound_pbuf;
137 struct snmp_pbuf_stream outbound_pbuf_stream;
138 u16_t outbound_pdu_offset;
139 u16_t outbound_error_status_offset;
140 u16_t outbound_error_index_offset;
141 u16_t outbound_varbind_offset;
143 u16_t outbound_msg_global_data_offset;
144 u16_t outbound_msg_global_data_end;
145 u16_t outbound_msg_security_parameters_str_offset;
146 u16_t outbound_msg_security_parameters_seq_offset;
147 u16_t outbound_msg_security_parameters_end;
148 u16_t outbound_msg_authentication_parameters_offset;
149 u16_t outbound_scoped_pdu_seq_offset;
150 u16_t outbound_scoped_pdu_string_offset;
153 u8_t value_buffer[SNMP_MAX_VALUE_SIZE];