Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 25 of 30) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_scalar.c50 …_scalar_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_get_instance()
71 …ar_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_get_next_instance()
86 …r_array_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_array_get_instance()
121 …ay_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_array_get_next_instance()
194 snmp_scalar_array_get_value(struct snmp_node_instance *instance, void *value) in snmp_scalar_array_get_value()
203 snmp_scalar_array_set_test(struct snmp_node_instance *instance, u16_t value_len, void *value) in snmp_scalar_array_set_test()
212 snmp_scalar_array_set_value(struct snmp_node_instance *instance, u16_t value_len, void *value) in snmp_scalar_array_set_value()
H A Dsnmp_threadsync.c64 threadsync_get_value(struct snmp_node_instance *instance, void *value) in threadsync_get_value()
85 threadsync_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in threadsync_set_test()
107 threadsync_set_value(struct snmp_node_instance *instance, u16_t len, void *value) in threadsync_set_value()
129 threadsync_release_instance(struct snmp_node_instance *instance) in threadsync_release_instance()
161 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threads… in do_sync()
197 …eadsync_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_threadsync_get_instance()
203 …nc_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_threadsync_get_next_instance()
209 void snmp_threadsync_init(struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_f… in snmp_threadsync_init()
H A Dsnmp_table.c46 …p_table_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_get_instance()
88 …le_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_get_next_instance()
164 …_simple_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_simple_get_instance()
227 …le_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_simple_get_next_instance()
320 snmp_table_extract_value_from_s32ref(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_s32ref()
328 snmp_table_extract_value_from_u32ref(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_u32ref()
336 snmp_table_extract_value_from_refconstptr(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_refconstptr()
H A Dsnmp_mib2_interfaces.c62 interfaces_get_value(struct snmp_node_instance *instance, void *value) in interfaces_get_value()
157 interfaces_Table_get_value(struct snmp_node_instance *instance, void *value) in interfaces_Table_get_value()
276 interfaces_Table_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in interfaces_Table_set_test()
293 interfaces_Table_set_value(struct snmp_node_instance *instance, u16_t len, void *value) in interfaces_Table_set_value()
H A Dsnmp_mib2_ip.c62 ip_get_value(struct snmp_node_instance *instance, void *value) in ip_get_value()
157 ip_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in ip_set_test()
190 ip_set_value(struct snmp_node_instance *instance, u16_t len, void *value) in ip_set_value()
H A Dsnmp_mib2_udp.c61 udp_get_value(struct snmp_node_instance *instance, void *value) in udp_get_value()
H A Dsnmp_mib2_tcp.c62 tcp_get_value(struct snmp_node_instance *instance, void *value) in tcp_get_value()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_scalar.c50 …_scalar_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_scalar_get_instance()
71 …ar_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_scalar_get_next_instance()
86 …r_array_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_scalar_array_get_instance()
121 …ay_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_scalar_array_get_next_instance()
194 snmp_scalar_array_get_value(struct snmp_node_instance* instance, void* value) in snmp_scalar_array_get_value()
203 snmp_scalar_array_set_test(struct snmp_node_instance* instance, u16_t value_len, void* value) in snmp_scalar_array_set_test()
212 snmp_scalar_array_set_value(struct snmp_node_instance* instance, u16_t value_len, void* value) in snmp_scalar_array_set_value()
H A Dsnmp_threadsync.c64 threadsync_get_value(struct snmp_node_instance* instance, void* value) in threadsync_get_value()
85 threadsync_set_test(struct snmp_node_instance* instance, u16_t len, void *value) in threadsync_set_test()
107 threadsync_set_value(struct snmp_node_instance* instance, u16_t len, void *value) in threadsync_set_value()
129 threadsync_release_instance(struct snmp_node_instance *instance) in threadsync_release_instance()
161 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance, snmp_threads… in do_sync()
197 …eadsync_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_threadsync_get_instance()
203 …nc_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_threadsync_get_next_instance()
209 void snmp_threadsync_init(struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_f… in snmp_threadsync_init()
H A Dsnmp_table.c46 …p_table_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_table_get_instance()
88 …le_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_table_get_next_instance()
164 …_simple_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_table_simple_get_instance()
227 …le_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance) in snmp_table_simple_get_next_instance()
321 snmp_table_extract_value_from_s32ref(struct snmp_node_instance* instance, void* value) in snmp_table_extract_value_from_s32ref()
329 snmp_table_extract_value_from_u32ref(struct snmp_node_instance* instance, void* value) in snmp_table_extract_value_from_u32ref()
337 snmp_table_extract_value_from_refconstptr(struct snmp_node_instance* instance, void* value) in snmp_table_extract_value_from_refconstptr()
H A Dsnmp_mib2_interfaces.c62 interfaces_get_value(struct snmp_node_instance* instance, void* value) in interfaces_get_value()
163 interfaces_Table_get_value(struct snmp_node_instance* instance, void* value) in interfaces_Table_get_value()
283 interfaces_Table_set_test(struct snmp_node_instance* instance, u16_t len, void *value) in interfaces_Table_set_test()
300 interfaces_Table_set_value(struct snmp_node_instance* instance, u16_t len, void *value) in interfaces_Table_set_value()
H A Dsnmp_mib2_ip.c62 ip_get_value(struct snmp_node_instance* instance, void* value) in ip_get_value()
157 ip_set_test(struct snmp_node_instance* instance, u16_t len, void *value) in ip_set_test()
190 ip_set_value(struct snmp_node_instance* instance, u16_t len, void *value) in ip_set_value()
H A Dsnmp_mib2_udp.c61 udp_get_value(struct snmp_node_instance* instance, void* value) in udp_get_value()
H A Dsnmp_mib2_tcp.c62 tcp_get_value(struct snmp_node_instance* instance, void* value) in tcp_get_value()
/nrf52832-nimble/drivers/
H A Ddrv_uart.c83 UART_CFG_T *instance = &uart0; in _uart_cfg() local
154 UART_CFG_T *instance = working_cfg; in _uart_ctrl() local
233 UART_CFG_T *instance = working_cfg; in _uart_putc() local
255 UART_CFG_T *instance = working_cfg; in _uart_getc() local
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/
H A Dext_advertiser.c73 uint8_t instance = 4; in start_ext_max_events() local
168 uint8_t instance = 3; in start_legacy_duration() local
234 uint8_t instance = 2; in start_scannable_legacy_ext() local
316 uint8_t instance = 1; in start_scannable_ext() local
375 uint8_t instance = 0; in start_non_connectable_ext() local
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest_hci.c329 bletest_hci_le_set_multi_adv_data(uint8_t *data, uint8_t len, uint8_t instance) in bletest_hci_le_set_multi_adv_data()
398 uint8_t instance) in bletest_hci_le_set_multi_adv_params()
485 bletest_hci_le_set_multi_rand_addr(uint8_t *addr, uint8_t instance) in bletest_hci_le_set_multi_rand_addr()
550 bletest_hci_le_set_multi_adv_enable(uint8_t enable, uint8_t instance) in bletest_hci_le_set_multi_adv_enable()
606 uint8_t instance) in bletest_hci_le_set_multi_scan_rsp_data()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gap.c672 ble_gap_slave_reset_state(uint8_t instance) in ble_gap_slave_reset_state()
709 ble_gap_slave_extract_cb(uint8_t instance, in ble_gap_slave_extract_cb()
722 ble_gap_adv_finished(uint8_t instance, int reason, uint16_t conn_handle, in ble_gap_adv_finished()
1205 ble_gap_adv_active_instance(uint8_t instance) in ble_gap_adv_active_instance()
1212 ble_gap_accept_slave_conn(uint8_t instance) in ble_gap_accept_slave_conn()
1342 ble_gap_rx_conn_complete(struct hci_le_conn_complete *evt, uint8_t instance) in ble_gap_rx_conn_complete()
2277 ble_gap_ext_adv_params_tx(uint8_t instance, in ble_gap_ext_adv_params_tx()
2415 ble_gap_ext_adv_configure(uint8_t instance, in ble_gap_ext_adv_configure()
2460 ble_gap_ext_adv_set_addr_no_lock(uint8_t instance, const uint8_t *addr) in ble_gap_ext_adv_set_addr_no_lock()
2485 ble_gap_ext_adv_set_addr(uint8_t instance, const ble_addr_t *addr) in ble_gap_ext_adv_set_addr()
[all …]
H A Dble_monitor.c262 btmon_write(FILE *instance, const char *bp, size_t n) in btmon_write()
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dcmd.c119 uint8_t instance; in cmd_advertise_configure() local
296 uint8_t instance; in cmd_advertise_set_addr() local
336 uint8_t instance; in cmd_advertise_start() local
387 uint8_t instance; in cmd_advertise_stop() local
418 uint8_t instance; in cmd_advertise_remove() local
1538 uint8_t instance; in cmd_set_adv_data_or_scan_rsp() local
H A Dbtshell.c1488 btshell_ext_adv_configure(uint8_t instance, in btshell_ext_adv_configure()
1497 btshell_ext_adv_start(uint8_t instance, int duration, in btshell_ext_adv_start()
1515 btshell_ext_adv_stop(uint8_t instance) in btshell_ext_adv_stop()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_threadsync.h91 struct snmp_threadsync_instance *instance; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_threadsync.h91 struct snmp_threadsync_instance *instance; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_adv.c1810 ble_ll_adv_set_enable(uint8_t instance, uint8_t enable, int duration, in ble_ll_adv_set_enable()
1923 ble_ll_adv_set_scan_rsp_data(uint8_t *cmd, uint8_t cmd_len, uint8_t instance, in ble_ll_adv_set_scan_rsp_data()
2028 ble_ll_adv_set_adv_data(uint8_t *cmd, uint8_t cmd_len, uint8_t instance, in ble_ll_adv_set_adv_data()
2488 ble_ll_adv_set_random_addr(uint8_t *addr, uint8_t instance) in ble_ll_adv_set_random_addr()
2519 ble_ll_adv_remove(uint8_t instance) in ble_ll_adv_remove()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dglue.c555 ble_adv_conf_adv_instance(const struct ble_gap_adv_params *param, int *instance) in ble_adv_conf_adv_instance()
611 int instance; in bt_le_adv_start() local

12