/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_snmpv2_usm.c | 152 cell_instance->reference.ptr = username; in usmusertable_get_instance() 269 snmpv3_get_username(username, LWIP_PTR_NUMERIC_CAST(u8_t, state.reference)); in usmusertable_get_next_instance() 270 cell_instance->reference.ptr = username; in usmusertable_get_next_instance() 285 MEMCPY(value, cell_instance->reference.ptr, cell_instance->reference_len); in usmusertable_get_value() 293 snmpv3_get_user((const char *)cell_instance->reference.ptr, &auth_algo_val, NULL, NULL, NULL); in usmusertable_get_value() 305 snmpv3_get_user((const char *)cell_instance->reference.ptr, NULL, NULL, &priv_algo_val, NULL); in usmusertable_get_value() 318 snmpv3_get_user_storagetype((const char *)cell_instance->reference.ptr, &storage_type); in usmusertable_get_value()
|
H A D | snmp_scalar.c | 111 instance->reference.const_ptr = array_node_def; in snmp_scalar_array_get_instance() 188 instance->reference.const_ptr = result; in snmp_scalar_array_get_next_instance() 198 …ode_def *array_node_def = (const struct snmp_scalar_array_node_def *)instance->reference.const_ptr; in snmp_scalar_array_get_value() 211 …ode_def *array_node_def = (const struct snmp_scalar_array_node_def *)instance->reference.const_ptr; in snmp_scalar_array_set_test() 224 …ode_def *array_node_def = (const struct snmp_scalar_array_node_def *)instance->reference.const_ptr; in snmp_scalar_array_set_value()
|
H A D | snmp_mib2_interfaces.c | 114 cell_instance->reference.ptr = netif; in interfaces_Table_get_cell_instance() 148 cell_instance->reference.ptr = /* (struct netif*) */state.reference; in interfaces_Table_get_next_cell_instance() 159 struct netif *netif = (struct netif *)instance->reference.ptr; in interfaces_Table_get_value() 295 struct netif *netif = (struct netif *)instance->reference.ptr; in interfaces_Table_set_value()
|
H A D | snmp_threadsync.c | 70 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_get_value() 95 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_set_test() 121 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_set_value() 143 struct threadsync_data *call_data = (struct threadsync_data *)instance->reference.ptr; in threadsync_release_instance() 185 instance->reference.ptr = call_data; in do_sync()
|
H A D | snmp_table.c | 179 &instance->reference, in snmp_table_simple_get_instance() 276 &instance->reference, in snmp_table_simple_get_next_instance() 323 *dst = instance->reference.s32; in snmp_table_extract_value_from_s32ref() 331 *dst = instance->reference.u32; in snmp_table_extract_value_from_u32ref() 338 MEMCPY(value, instance->reference.const_ptr, instance->reference_len); in snmp_table_extract_value_from_refconstptr()
|
H A D | snmp_core.c | 860 node_instance->reference.ptr = NULL; in snmp_get_next_node_instance_from_oid() 1149 …_next_oid_check(struct snmp_next_oid_state *state, const u32_t *oid, u8_t oid_len, void *reference) in snmp_next_oid_check() argument 1162 state->reference = reference; in snmp_next_oid_check()
|
H A D | snmp_mib2_ip.c | 299 …return ip_AddrTable_get_cell_value_core((struct netif *)state.reference, column, value, value_len); in ip_AddrTable_get_next_cell_instance_and_value() 465 …return ip_RouteTable_get_cell_value_core((struct netif *)state.reference, ip4_addr_isany_val(dst),… in ip_RouteTable_get_next_cell_instance_and_value() 580 …return ip_NetToMediaTable_get_cell_value_core(LWIP_PTR_NUMERIC_CAST(size_t, state.reference), colu… in ip_NetToMediaTable_get_next_cell_instance_and_value()
|
H A D | snmp_mib2_tcp.c | 300 …return tcp_ConnTable_get_cell_value_core((struct tcp_pcb *)state.reference, column, value, value_l… in tcp_ConnTable_get_next_cell_instance_and_value() 414 … return tcp_ConnectionTable_get_cell_value_core(column, (struct tcp_pcb *)state.reference, value); in tcp_ConnectionTable_get_next_cell_instance_and_value()
|
H A D | snmp_mib2_udp.c | 308 … return udp_Table_get_cell_value_core((struct udp_pcb *)state.reference, column, value, value_len); in udp_Table_get_next_cell_instance_and_value()
|
/btstack/doc/manual/ |
H A D | markdown_create_gatt_services_and_clients.py | 90 reference = basename.replace("_", "-") 93 title = description_template.replace("NAME", name).replace("REFERENCE", reference) 94 api = description_api.replace("NAME", name).replace("REFERENCE", reference)
|
H A D | markdown_update_references.py | 11 def insert_anchor(mdout, reference): argument 12 anchor = "<a name=\"" + reference + "\"></a>\n\n"
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | snmp_core.h | 219 union snmp_variant_value reference; member 288 void* reference; member 295 …next_oid_check(struct snmp_next_oid_state *state, const u32_t *oid, u8_t oid_len, void* reference);
|
/btstack/port/arduino/examples/LECentral/ |
H A D | LECentral.ino | 188 * If we find our service, we store the reference to this service. 224 * interested in, it's name is printed and a reference stored for later.
|
/btstack/3rd-party/lc3-google/ |
H A D | README.md | 88 standard format described by the reference encoder / decoder tools.
|
/btstack/platform/corefoundation/ |
H A D | btstack_run_loop_corefoundation.m | 252 …// note: timeval uses unix time: seconds since Jan 1st 1970, CF uses Jan 1st 2001 as reference date
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 214 2013-02-03 - plugins/passprompt: Fix potential out-of-bounds array reference
|
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/make/ |
H A D | Makefile.sam.in | 303 # Output a link map file and a cross reference table
|
/btstack/chipset/ |
H A D | README.md | 108 …ch was [acquired by Atmel](http://www.atmel.com/about/news/release.aspx?reference=tcm:26-62532) in…
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 1173 * msg_out.c: fixed bug #36840 snmp_send_trap() NULL de-reference if traps 1886 custom pbufs that reference other (original) pbufs. Additionally set 3666 in NULL reference for incoming TCP packets". Loopif has to be configured
|