Home
last modified time | relevance | path

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

1234

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_structs.h85 s32_t *id_inst_ptr;
91 s32_t *ident;
140 const s32_t *objid;
158 s32_t *objid;
166 s32_t objid;
213 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
243 void snmp_oidtoip(s32_t *ident, ip_addr_t *ip);
244 void snmp_iptooid(ip_addr_t *ip, s32_t *ident);
246 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
248 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
[all …]
A Dsnmp_asn1.h80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
86 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed);
87 void snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed);
91 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, s32_t value);
92 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
A Dsnmp_msg.h89 s32_t *ident;
232 s32_t rid;
234 s32_t error_status;
236 s32_t error_index;
284 extern const s32_t snmp_version;
305 err_t snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap);
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmib2.c2228 s32_t *sint_ptr = (s32_t*)value; in system_get_value()
2340 s32_t *sint_ptr = (s32_t*)value; in interfaces_get_value()
2473 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2482 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2488 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2503 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2523 s32_t *sint_ptr = (s32_t*)value; in ifentry_get_value()
2631 s32_t *sint_ptr = (s32_t*)value; in ifentry_set_test()
2993 s32_t *sint_ptr = (s32_t*)value; in ip_set_test()
3650 s32_t *sint_ptr = (s32_t*)value; in tcp_get_value()
[all …]
A Dmib_structs.c44 const s32_t prefix[4] = {1, 3, 6, 1};
53 s32_t r_id;
98 s32_t i, ifidx; in snmp_ifindextonetif()
136 snmp_oidtoip(s32_t *ident, ip_addr_t *ip) in snmp_oidtoip()
147 snmp_iptooid(ip_addr_t *ip, s32_t *ident) in snmp_iptooid()
156 snmp_mib_ln_alloc(s32_t id) in snmp_mib_ln_alloc()
574 s32_t debug_id; in snmp_search_tree()
935 s32_t ex_id; in snmp_expand_tree()
1114 snmp_iso_prefix_tst(u8_t ident_len, s32_t *ident) in snmp_iso_prefix_tst()
1142 const s32_t *prefix_ptr; in snmp_iso_prefix_expand()
[all …]
A Dasn1_enc.c110 snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed) in snmp_asn1_enc_s32t_cnt()
142 snmp_asn1_enc_oid_cnt(u8_t ident_len, s32_t *ident, u16_t *octets_needed) in snmp_asn1_enc_oid_cnt()
144 s32_t sub_id; in snmp_asn1_enc_oid_cnt()
384 snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, s32_t value) in snmp_asn1_enc_s32t()
438 snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident) in snmp_asn1_enc_oid()
490 s32_t sub_id; in snmp_asn1_enc_oid()
A Dmsg_out.c213 snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap) in snmp_send_trap()
418 s32_t *sint_ptr; in snmp_varbind_list_sum()
429 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_sum()
445 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_sum()
446 snmp_asn1_enc_oid_cnt(vb->value_len / sizeof(s32_t), sint_ptr, &vb->vlen); in snmp_varbind_list_sum()
611 s32_t *sint_ptr; in snmp_varbind_list_enc()
643 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_enc()
661 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_enc()
662 snmp_asn1_enc_oid(p, ofs, vb->value_len / sizeof(s32_t), sint_ptr); in snmp_varbind_list_enc()
A Dasn1_dec.c333 snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value) in snmp_asn1_dec_s32t()
341 u8_t *lsb_ptr = (u8_t*)value + sizeof(s32_t) - 1; in snmp_asn1_dec_s32t()
433 s32_t *oid_ptr; in snmp_asn1_dec_oid()
510 s32_t sub_id = 0; in snmp_asn1_dec_oid()
/components/net/lwip/lwip-2.0.3/src/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_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_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()
/components/net/lwip/lwip-2.1.2/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_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 Dsnmpv3.c61 s32_t
78 s32_t
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 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_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()
/components/net/lwip/lwip-2.0.3/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…
/components/net/lwip/lwip-2.1.2/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…
/components/net/lwip/lwip-2.1.2/src/apps/sntp/
A Dsntp.c153 (s) = (s32_t)(sec_ - DIFF_SEC_1970_2036); \
274 sntp_format_time(s32_t sec) in sntp_format_time()
288 s32_t sec; in sntp_process()
291 sec = (s32_t)lwip_ntohl(timestamps->xmit.sec); in sntp_process()
299 s32_t dest_sec; in sntp_process()
320 sec = (s32_t)((u64_t)t4 >> 32); in sntp_process()
343 s32_t secs; in sntp_initialize_request()

Completed in 54 milliseconds

1234