Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dsnmp_structs.h85 s32_t *id_inst_ptr;
91 s32_t *ident;
109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
140 const s32_t *objid;
149 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
158 s32_t *objid;
166 s32_t objid;
175 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
195 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
[all …]
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);
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);
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)
Dapi.h165 s32_t send_timeout;
Dsnmp.h97 s32_t id[LWIP_SNMP_OBJ_ID_LEN];
Dopt.h793 #define SNMP_MAX_VALUE_SIZE LWIP_MAX((SNMP_MAX_OCTET_STRING_LEN)+1, sizeof(s32_t)*(SNMP…
/lib/liblwip/src/core/snmp/
Dmib2.c79 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
83 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
85 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
91 static void atentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
93 static void ip_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
96 static void ip_addrentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
98 static void ip_rteentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
100 static void ip_ntomentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
102 static void icmp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
105 static void tcp_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
[all …]
Dmib_structs.c44 const s32_t prefix[4] = {1, 3, 6, 1};
53 s32_t r_id;
95 snmp_ifindextonetif(s32_t ifindex, struct netif **netif) in snmp_ifindextonetif()
98 s32_t i, ifidx; in snmp_ifindextonetif()
116 snmp_netiftoifindex(struct netif *netif, s32_t *ifidx) in snmp_netiftoifindex()
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()
216 snmp_mib_node_insert(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **insn) in snmp_mib_node_insert()
338 snmp_mib_node_find(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **fn) in snmp_mib_node_find()
[all …]
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()
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()
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()
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()
/lib/liblwip/src/include/arch/
Dcc.h53 typedef signed int s32_t; typedef
57 #define LWIP_ERR_T s32_t
/lib/liblwip/src/api/
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);
Dapi_msg.c1228 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
/lib/liblwip/src/core/
Dpbuf.c211 s32_t rem_len; /* remaining length */ in pbuf_alloc()
434 s32_t grow; in pbuf_realloc()
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()
/lib/liblwip/doc/
Dsys_arch.txt226 u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
/lib/liblwip/
DCHANGELOG2485 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold
2810 u32_t, s32_t typedefs. This solves most debug word-length assumes.