Home
last modified time | relevance | path

Searched refs:s32_t (Results 1 – 25 of 36) sorted by relevance

12

/lib/lwip/lwip/src/include/lwip/apps/
A Dsnmp.h100 err_t snmp_send_trap_generic(s32_t generic_trap);
101 err_t snmp_send_trap_specific(s32_t specific_trap, struct snmp_varbind *varbinds);
102 err_t snmp_send_trap(const struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct…
104 err_t snmp_send_inform_generic(s32_t generic_trap, struct snmp_varbind *varbinds, s32_t *ptr_reques…
105 err_t snmp_send_inform_specific(s32_t specific_trap, struct snmp_varbind *varbinds, s32_t *ptr_requ…
106 …inform(const struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct snmp_varbind…
A Dsnmp_core.h148 s32_t s32;
326 err_t snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value);
328 u8_t snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value);
A Dsnmpv3.h92 s32_t snmpv3_get_engine_time_internal(void);
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_msg.h96 s32_t request_id;
98 s32_t error_status;
100 s32_t error_index;
102 s32_t non_repeaters;
104 s32_t max_repetitions;
110 s32_t msg_id;
111 s32_t msg_max_size;
113 s32_t msg_security_model;
116 s32_t msg_authoritative_engine_boots;
117 s32_t msg_authoritative_engine_time;
A Dsnmp_snmpv2_framework.c54 *(s32_t *)value = snmpv3_get_engine_boots_internal(); in snmpengine_scalars_get_value()
55 return sizeof(s32_t); in snmpengine_scalars_get_value()
57 *(s32_t *)value = snmpv3_get_engine_time_internal(); in snmpengine_scalars_get_value()
58 return sizeof(s32_t); in snmpengine_scalars_get_value()
60 *(s32_t *)value = SNMP_FRAMEWORKMIB_SNMPENGINEMAXMESSAGESIZE; in snmpengine_scalars_get_value()
61 return sizeof(s32_t); in snmpengine_scalars_get_value()
A Dsnmp_traps.c83 s32_t error_status;
85 s32_t error_index;
98 …nmp_obj_id *dest_snmp_trap_oid, const struct snmp_obj_id *eoid, s32_t generic_trap, s32_t specific…
132 static s32_t req_id = 1;
238 …nmp_obj_id *dest_snmp_trap_oid, const struct snmp_obj_id *eoid, s32_t generic_trap, s32_t specific… in snmp_prepare_trap_oid()
280 …struct snmp_msg_trap *trap_msg, const struct snmp_obj_id *eoid, s32_t generic_trap, s32_t specific… in snmp_prepare_necessary_msg_fields()
449 snmp_send_trap(const struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct snmp_… in snmp_send_trap()
464 snmp_send_trap_generic(s32_t generic_trap) in snmp_send_trap_generic()
861 snmp_send_inform_specific(s32_t specific_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id) in snmp_send_inform_specific()
875 snmp_send_inform_generic(s32_t generic_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id) in snmp_send_inform_generic()
[all …]
A Dsnmp_mib2_interfaces.c65 s32_t *sint_ptr = (s32_t *)value; in interfaces_get_value()
66 s32_t num_netifs = 0; in interfaces_get_value()
161 s32_t *value_s32 = (s32_t *)value; in interfaces_Table_get_value()
278 s32_t *sint_ptr = (s32_t *)value; in interfaces_Table_set_test()
296 s32_t *sint_ptr = (s32_t *)value; in interfaces_Table_set_value()
A Dsnmp_mib2_snmp.c163 s32_t *sint_ptr = (s32_t *)value; in snmp_set_test()
180 s32_t *sint_ptr = (s32_t *)value; in snmp_set_value()
A Dsnmp_asn1.h86 err_t snmp_asn1_dec_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, s32_t *value);
94 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
97 err_t snmp_asn1_enc_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, s32_t value);
A Dsnmpv3.c61 s32_t
78 s32_t
A Dsnmp_snmpv2_usm.c319 *(s32_t *)value = storage_type; in usmusertable_get_value()
320 return sizeof(s32_t); in usmusertable_get_value()
322 *(s32_t *)value = 1; /* active */ in usmusertable_get_value()
323 return sizeof(s32_t); in usmusertable_get_value()
A Dsnmp_pbuf_stream.c136 snmp_pbuf_stream_seek(struct snmp_pbuf_stream *pbuf_stream, s32_t offset) in snmp_pbuf_stream_seek()
152 s32_t rel_offset = offset - pbuf_stream->offset; in snmp_pbuf_stream_seek_abs()
A Dsnmp_asn1.c183 snmp_asn1_enc_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, s32_t value) in snmp_asn1_enc_s32t()
299 snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed) in snmp_asn1_enc_s32t_cnt()
459 snmp_asn1_dec_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, s32_t *value) in snmp_asn1_dec_s32t()
A Dsnmpv3_priv.h60 s32_t snmpv3_get_engine_boots_internal(void);
A Dsnmp_pbuf_stream.h63 err_t snmp_pbuf_stream_seek(struct snmp_pbuf_stream *pbuf_stream, s32_t offset);
A Dsnmp_mib2_system.c262 *(s32_t *)value = SNMP_SYSSERVICES; in system_get_value()
263 return sizeof(s32_t); in system_get_value()
A Dsnmp_mib2_ip.c64 s32_t *sint_ptr = (s32_t *)value; in ip_get_value()
160 s32_t *sint_ptr = (s32_t *)value; in ip_set_test()
A Dsnmp_msg.c583 s32_t non_repeaters = request->non_repeaters; in snmp_process_getbulk_request()
584 s32_t repetitions; in snmp_process_getbulk_request()
796 s32_t parent_tlv_value_len; in snmp_parse_inbound_frame()
797 s32_t s32_value; in snmp_parse_inbound_frame()
1070 s32_t boots = snmpv3_get_engine_boots_internal(); in snmp_parse_inbound_frame()
1079 s32_t time = snmpv3_get_engine_time_internal(); in snmp_parse_inbound_frame()
1508 if (varbind->value_len != sizeof (s32_t)) { in snmp_varbind_length()
1511 snmp_asn1_enc_s32t_cnt(*((s32_t *) varbind->value), &len->value_value_len); in snmp_varbind_length()
1600 … OVB_BUILD_EXEC(snmp_asn1_enc_s32t(pbuf_stream, len.value_value_len, *((s32_t *) varbind->value))); in snmp_append_outbound_varbind()
1926 …VB_PARSE_EXEC(snmp_asn1_dec_s32t(&(enumerator->pbuf_stream), tlv.value_len, (s32_t *)varbind->valu… in snmp_vb_enumerator_get_next()
[all …]
A Dsnmp_core.c1025 s32_t nsi = 0; /* NodeStackIndex */ in snmp_mib_tree_resolve_next()
1069 s32_t i = node_stack[nsi]->subnode_count; in snmp_mib_tree_resolve_next()
1252 snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value) in snmp_decode_truthvalue()
1333 snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value) in snmp_encode_truthvalue()
1353 return sizeof(s32_t); in snmp_encode_truthvalue()
A Dsnmp_table.c322 s32_t *dst = (s32_t *)value; in snmp_table_extract_value_from_s32ref()
/lib/lwip/lwip/contrib/examples/snmp/snmp_private_mib/
A Dlwip_prvmib.c104 s32_t value;
344 s32_t *temperature = (s32_t *)value; in sensor_table_get_value()
365 return sizeof(s32_t); in sensor_table_get_value()
378 s32_t *temperature = (s32_t *)value; in sensor_table_set_value()
/lib/lwip/lwip/src/apps/sntp/
A Dsntp.c155 (s) = (s32_t)(sec_ - DIFF_SEC_1970_2036); \
279 sntp_format_time(s32_t sec) in sntp_format_time()
293 s32_t sec; in sntp_process()
296 sec = (s32_t)lwip_ntohl(timestamps->xmit.sec); in sntp_process()
304 s32_t dest_sec; in sntp_process()
325 sec = (s32_t)((u64_t)t4 >> 32); in sntp_process()
348 s32_t secs; in sntp_initialize_request()
/lib/lwip/lwip/contrib/examples/snmp/
A Dsnmp_example.c55 s32_t req_nr; in snmp_example_init()
/lib/lwip/lwip/src/core/ipv6/
A Dip6.c719 s32_t opt_offset;
750 s32_t opt_dlen = 0;
810 s32_t opt_offset;
839 s32_t opt_dlen = 0;
/lib/lwip/lwip/src/include/lwip/
A Darch.h130 typedef int32_t s32_t; typedef

Completed in 51 milliseconds

12