Searched refs:rid (Results 1 – 9 of 9) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | snmp_structs.h | 217 void (*get_object_def_q)(void* addr_inf, u8_t rid, u8_t ident_len, s32_t *ident); 218 void (*get_value_q)(u8_t rid, struct obj_def *od); 219 void (*set_test_q)(u8_t rid, struct obj_def *od); 220 void (*set_value_q)(u8_t rid, struct obj_def *od, u16_t len, void *value); 223 void (*get_value_a)(u8_t rid, struct obj_def *od, u16_t len, void *value); 224 u8_t (*set_test_a)(u8_t rid, struct obj_def *od, u16_t len, void *value); 225 void (*set_value_a)(u8_t rid, struct obj_def *od, u16_t len, void *value); 228 void (*get_object_def_pc)(u8_t rid, u8_t ident_len, s32_t *ident); 229 void (*get_value_pc)(u8_t rid, struct obj_def *od); 230 void (*set_test_pc)(u8_t rid, struct obj_def *od); [all …]
|
| A D | snmp_msg.h | 232 s32_t rid; member
|
| /components/drivers/pci/ |
| A D | ofw.c | 463 rt_uint32_t rid; in ofw_msi_pic_init() local 474 rid = rt_pci_dev_id(pdev); in ofw_msi_pic_init() 483 rt_ofw_map_id(np, rid, "msi-map", "msi-map-mask", &msi_ic_np, RT_NULL); in ofw_msi_pic_init()
|
| A D | pci_regs.h | 202 #define PCI_RID2BAR(rid) (((rid) - PCIR_BARS) / 4) argument
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | msg_out.c | 327 snmp_asn1_enc_s32t_cnt(m_stat->rid, &rhl->ridlen); in snmp_resp_header_sum() 513 snmp_asn1_enc_s32t(p, ofs, m_stat->rhl.ridlen, m_stat->rid); in snmp_resp_header_enc()
|
| A D | msg_in.c | 1043 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->rid); in snmp_pdu_header_check()
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 963 # Note: To get rid of all source code in the generated output, make sure that
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 974 # Note: To get rid of all source code in the generated output, make sure that
|
| A D | lwip.Doxyfile.cmake.in | 974 # Note: To get rid of all source code in the generated output, make sure that
|
Completed in 22 milliseconds