Home
last modified time | relevance | path

Searched defs:snmp_request (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_msg.h80 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;
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_msg.h92 struct snmp_request struct
95 void *handle;
97 const ip_addr_t *source_ip;
99 u16_t source_port;
101 u8_t version;
103 u8_t community[SNMP_MAX_COMMUNITY_STR_LEN + 1];
105 u16_t community_strlen;
107 u8_t request_type;
109 s32_t request_id;
111 s32_t error_status;
[all …]