Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.h109 s32_t request_id;
111 s32_t error_status;
113 s32_t error_index;
115 s32_t non_repeaters;
117 s32_t max_repetitions;
120 s32_t msg_id;
121 s32_t msg_max_size;
123 s32_t msg_security_model;
126 s32_t msg_authoritative_engine_boots;
127 s32_t msg_authoritative_engine_time;
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()
167 s32_t* value_s32 = (s32_t*)value; in interfaces_Table_get_value()
285 s32_t *sint_ptr = (s32_t*)value; in interfaces_Table_set_test()
303 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.h85 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 Dsnmp_traps.c166 snmp_send_trap(const struct snmp_obj_id* eoid, s32_t generic_trap, s32_t specific_trap, struct snmp… in snmp_send_trap()
232 snmp_send_trap_generic(s32_t generic_trap) in snmp_send_trap_generic()
243 snmp_send_trap_specific(s32_t specific_trap, struct snmp_varbind *varbinds) in snmp_send_trap_specific()
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.c225 snmp_asn1_enc_s32t(struct snmp_pbuf_stream* pbuf_stream, u16_t octets_needed, s32_t value) in snmp_asn1_enc_s32t()
366 snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed) in snmp_asn1_enc_s32t_cnt()
577 snmp_asn1_dec_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, s32_t *value) in snmp_asn1_dec_s32t()
583 u8_t *lsb_ptr = (u8_t*)value + sizeof(s32_t) - 1; in snmp_asn1_dec_s32t()
A Dsnmp_pbuf_stream.h64 err_t snmp_pbuf_stream_seek(struct snmp_pbuf_stream* pbuf_stream, s32_t offset);
A Dsnmp_mib2_system.c263 *(s32_t*)value = SNMP_SYSSERVICES; in system_get_value()
264 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_core.c1017 s32_t nsi = 0; /* NodeStackIndex */ in snmp_mib_tree_resolve_next()
1061 s32_t i = node_stack[nsi]->subnode_count; in snmp_mib_tree_resolve_next()
1245 snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value) in snmp_decode_truthvalue()
1326 snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value) in snmp_encode_truthvalue()
1346 return sizeof(s32_t); in snmp_encode_truthvalue()
A Dsnmp_msg.c404 s32_t non_repeaters = request->non_repeaters; in snmp_process_getbulk_request()
405 s32_t repetitions; in snmp_process_getbulk_request()
615 s32_t parent_tlv_value_len; in snmp_parse_inbound_frame()
616 s32_t s32_value; in snmp_parse_inbound_frame()
1200 if (varbind->value_len != sizeof (s32_t)) { in snmp_varbind_length()
1203 snmp_asn1_enc_s32t_cnt(*((s32_t*) varbind->value), &len->value_value_len); in snmp_varbind_length()
1290 … OVB_BUILD_EXEC(snmp_asn1_enc_s32t(pbuf_stream, len.value_value_len, *((s32_t*) varbind->value))); in snmp_append_outbound_varbind()
1615 …VB_PARSE_EXEC(snmp_asn1_dec_s32t(&(enumerator->pbuf_stream), tlv.value_len, (s32_t*)varbind->value… in snmp_vb_enumerator_get_next()
1616 varbind->value_len = sizeof(s32_t*); in snmp_vb_enumerator_get_next()
A Dsnmp_table.c323 s32_t *dst = (s32_t*)value; in snmp_table_extract_value_from_s32ref()
/AliOS-Things-master/components/lwip/lwip2.0.0/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…
A Dsnmp_core.h146 s32_t s32;
321 err_t snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value);
323 u8_t snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/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…
A Dsnmp_core.h146 s32_t s32;
321 err_t snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value);
323 u8_t snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/sys_time/
A Dsys_time.h25 void hal_sys_time_init(s32_t ntp_sec, u32_t frac);
27 s32_t hal_sys_time_get(void);
33 char *hal_sys_format_time(s32_t sec);
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/arch/
A Dcc.h13 typedef int32_t s32_t; typedef
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcp_priv.h106 #define TCP_SEQ_LT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) < 0)
107 #define TCP_SEQ_LEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) <= 0)
108 #define TCP_SEQ_GT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) > 0)
109 #define TCP_SEQ_GEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) >= 0)
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcp_priv.h106 #define TCP_SEQ_LT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) < 0)
107 #define TCP_SEQ_LEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) <= 0)
108 #define TCP_SEQ_GT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) > 0)
109 #define TCP_SEQ_GEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) >= 0)
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/
A Dcc.h54 typedef int32_t s32_t; typedef
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Darch.h69 typedef int32_t s32_t; typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Darch.h69 typedef int32_t s32_t; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dcc.h115 typedef signed long s32_t;

Completed in 28 milliseconds

12