Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/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);
A Dtcp_impl.h93 #define TCP_SEQ_LT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) < 0)
94 #define TCP_SEQ_LEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) <= 0)
95 #define TCP_SEQ_GT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) > 0)
96 #define TCP_SEQ_GEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) >= 0)
A Dapi.h165 s32_t send_timeout;
A Dsnmp.h97 s32_t id[LWIP_SNMP_OBJ_ID_LEN];
A Dopt.h793 #define SNMP_MAX_VALUE_SIZE LWIP_MAX((SNMP_MAX_OCTET_STRING_LEN)+1, sizeof(s32_t)*(SNMP…
/lk-master/external/lib/lwip/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()
A Dmsg_in.c52 const s32_t snmp_version = 0;
922 s32_t version; in snmp_pdu_header_check()
1188 vb = snmp_varbind_alloc(&oid, type, sizeof(s32_t)); in snmp_pdu_dec_varbindlist()
1191 s32_t *vptr = (s32_t*)vb->value; in snmp_pdu_dec_varbindlist()
1247 vb = snmp_varbind_alloc(&oid, type, oid_value.len * sizeof(s32_t)); in snmp_pdu_dec_varbindlist()
1251 s32_t *vptr = (s32_t*)vb->value; in snmp_pdu_dec_varbindlist()
1333 vb->ident = (s32_t*)memp_malloc(MEMP_SNMP_VALUE); in snmp_varbind_alloc()
/lk-master/external/lib/lwip/include/arch/
A Dcc.h36 typedef int32_t s32_t; typedef
/lk-master/external/lib/lwip/api/
A Dsockets.c1102 timeout ? (s32_t)timeout->tv_sec : (s32_t)-1,
1103 timeout ? (s32_t)timeout->tv_usec : (s32_t)-1));
2120 netconn_set_sendtimeout(sock->conn, (s32_t)*(int*)optval);
A Dapi_msg.c1228 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
/lk-master/external/lib/lwip/core/
A Dpbuf.c211 s32_t rem_len; /* remaining length */ in pbuf_alloc()
434 s32_t grow; in pbuf_realloc()
A Dtcp_in.c854 s32_t off; in tcp_receive()
1177 LWIP_ASSERT("pbuf too short!", (((s32_t)inseg.p->tot_len) >= off)); in tcp_receive()

Completed in 45 milliseconds