/external/syslinux/core/lwip/src/include/lwip/ |
D | snmp_structs.h | 85 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 …]
|
D | snmp_asn1.h | 80 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);
|
D | snmp_msg.h | 89 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);
|
D | tcp_impl.h | 92 #define TCP_SEQ_LT(a,b) ((s32_t)((a)-(b)) < 0) 93 #define TCP_SEQ_LEQ(a,b) ((s32_t)((a)-(b)) <= 0) 94 #define TCP_SEQ_GT(a,b) ((s32_t)((a)-(b)) > 0) 95 #define TCP_SEQ_GEQ(a,b) ((s32_t)((a)-(b)) >= 0)
|
D | snmp.h | 97 s32_t id[LWIP_SNMP_OBJ_ID_LEN];
|
D | opt.h | 769 #define SNMP_MAX_VALUE_SIZE LWIP_MAX((SNMP_MAX_OCTET_STRING_LEN)+1, sizeof(s32_t)*(SNMP…
|
/external/syslinux/core/lwip/src/core/snmp/ |
D | mib2.c | 79 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 …]
|
D | mib_structs.c | 44 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 …]
|
D | asn1_enc.c | 110 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()
|
D | msg_out.c | 220 snmp_send_trap(s8_t generic_trap, struct snmp_obj_id *eoid, s32_t specific_trap) in snmp_send_trap() 425 s32_t *sint_ptr; in snmp_varbind_list_sum() 436 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_sum() 452 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_sum() 453 snmp_asn1_enc_oid_cnt(vb->value_len / sizeof(s32_t), sint_ptr, &vb->vlen); in snmp_varbind_list_sum() 618 s32_t *sint_ptr; in snmp_varbind_list_enc() 650 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_enc() 668 sint_ptr = (s32_t*)vb->value; in snmp_varbind_list_enc() 669 snmp_asn1_enc_oid(p, ofs, vb->value_len / sizeof(s32_t), sint_ptr); in snmp_varbind_list_enc()
|
D | asn1_dec.c | 333 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()
|
D | msg_in.c | 52 const s32_t snmp_version = 0; 909 s32_t version; in snmp_pdu_header_check() 1175 vb = snmp_varbind_alloc(&oid, type, sizeof(s32_t)); in snmp_pdu_dec_varbindlist() 1178 s32_t *vptr = (s32_t*)vb->value; in snmp_pdu_dec_varbindlist() 1234 vb = snmp_varbind_alloc(&oid, type, oid_value.len * sizeof(s32_t)); in snmp_pdu_dec_varbindlist() 1238 s32_t *vptr = (s32_t*)vb->value; in snmp_pdu_dec_varbindlist() 1321 vb->ident = (s32_t*)memp_malloc(MEMP_SNMP_VALUE); in snmp_varbind_alloc()
|
/external/syslinux/core/lwip/src/include/arch/ |
D | cc.h | 18 typedef int32_t s32_t; typedef
|
/external/syslinux/core/lwip/src/core/ |
D | pbuf.c | 189 s32_t rem_len; /* remaining length */ in pbuf_alloc() 411 s32_t grow; in pbuf_realloc()
|
D | tcp_in.c | 851 s32_t off; in tcp_receive() 1148 LWIP_ASSERT("pbuf too short!", (((s32_t)inseg.p->tot_len) >= off)); in tcp_receive()
|
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 1089 timeout ? (s32_t)timeout->tv_sec : (s32_t)-1, 1090 timeout ? (s32_t)timeout->tv_usec : (s32_t)-1));
|
/external/syslinux/core/lwip/doc/ |
D | sys_arch.txt | 175 u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 2186 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold 2511 u32_t, s32_t typedefs. This solves most debug word-length assumes.
|