OpenOCD
|
Go to the source code of this file.
Data Structures | |
struct | ipdbg_connection |
struct | ipdbg_fifo |
struct | ipdbg_hub |
struct | ipdbg_hub_scratch_memory |
struct | ipdbg_service |
struct | ipdbg_virtual_ir_info |
Macros | |
#define | IPDBG_BUFFER_SIZE 16384 |
#define | IPDBG_MAX_DR_LENGTH 13 |
#define | IPDBG_MAX_NUM_OF_CREATE_OPTIONS 10 |
#define | IPDBG_MIN_DR_LENGTH 11 |
#define | IPDBG_MIN_NUM_OF_CREATE_OPTIONS 3 |
#define | IPDBG_NUM_OF_QUEUE_OPTIONS 2 |
#define | IPDBG_NUM_OF_START_OPTIONS 4 |
#define | IPDBG_NUM_OF_STOP_OPTIONS 2 |
#define | IPDBG_SCRATCH_MEMORY_SIZE 1024 |
#define | IPDBG_TCP_PORT_STR_MAX_LENGTH 6 |
Functions | |
COMMAND_HANDLER (handle_ipdbg_cfg_queuing_command) | |
COMMAND_HANDLER (handle_ipdbg_create_hub_command) | |
COMMAND_HANDLER (handle_ipdbg_start_command) | |
COMMAND_HANDLER (handle_ipdbg_stop_command) | |
static | COMMAND_HELPER (ipdbg_config_queuing, struct ipdbg_hub *hub, unsigned int size) |
static void | ipdbg_add_hub (struct ipdbg_hub *hub) |
static void | ipdbg_add_service (struct ipdbg_service *service) |
static struct ipdbg_hub * | ipdbg_allocate_hub (uint8_t data_register_length, struct ipdbg_virtual_ir_info *virtual_ir, const char *name) |
static void | ipdbg_append_to_fifo (struct ipdbg_fifo *fifo, char data) |
static void | ipdbg_check_for_xoff (struct ipdbg_hub *hub, size_t tool, uint32_t rx_data) |
static int | ipdbg_create_hub (struct jtag_tap *tap, uint32_t user_instruction, uint8_t data_register_length, struct ipdbg_virtual_ir_info *virtual_ir, const char *name, struct command_invocation *cmd) |
static int | ipdbg_create_service (struct ipdbg_hub *hub, uint8_t tool, struct ipdbg_service **service, uint16_t port) |
static int | ipdbg_distribute_data_from_hub (struct ipdbg_hub *hub, uint32_t up) |
static bool | ipdbg_fifo_is_empty (struct ipdbg_fifo *fifo) |
static bool | ipdbg_fifo_is_full (struct ipdbg_fifo *fifo) |
static struct ipdbg_hub * | ipdbg_find_hub (struct jtag_tap *tap, uint32_t user_instruction, struct ipdbg_virtual_ir_info *virtual_ir) |
static struct ipdbg_service * | ipdbg_find_service (struct ipdbg_hub *hub, uint8_t tool) |
static void | ipdbg_free_hub (struct ipdbg_hub *hub) |
static int | ipdbg_get_flow_control_info_from_hub (struct ipdbg_hub *hub) |
static char | ipdbg_get_from_fifo (struct ipdbg_fifo *fifo) |
static struct ipdbg_hub * | ipdbg_get_hub_by_name (const char *name) |
static void | ipdbg_init_fifo (struct ipdbg_fifo *fifo) |
static void | ipdbg_init_scan_field (struct scan_field *fields, uint8_t *in_value, int num_bits, const uint8_t *out_value) |
static int | ipdbg_jtag_transfer_byte (struct ipdbg_hub *hub, size_t tool, struct ipdbg_connection *connection) |
static int | ipdbg_jtag_transfer_bytes (struct ipdbg_hub *hub, size_t tool, struct ipdbg_connection *connection) |
static int | ipdbg_max_tools_from_data_register_length (uint8_t data_register_length) |
static int | ipdbg_move_buffer_to_connection (struct connection *conn, struct ipdbg_fifo *fifo) |
static int | ipdbg_on_connection_closed (struct connection *connection) |
static int | ipdbg_on_connection_input (struct connection *connection) |
static int | ipdbg_on_new_connection (struct connection *connection) |
static int | ipdbg_polling_callback (void *priv) |
int | ipdbg_register_commands (struct command_context *cmd_ctx) |
static int | ipdbg_register_hub_command (struct ipdbg_hub *hub, struct command_invocation *cmd) |
static int | ipdbg_remove_hub (struct ipdbg_hub *hub) |
static int | ipdbg_remove_service (struct ipdbg_service *service) |
int | ipdbg_server_free (void) |
static int | ipdbg_shift_data (struct ipdbg_hub *hub, uint32_t dn_data, uint32_t *up_data) |
static int | ipdbg_shift_empty_data (struct ipdbg_hub *hub) |
static int | ipdbg_shift_instr (struct ipdbg_hub *hub, uint32_t instr) |
static int | ipdbg_shift_vir (struct ipdbg_hub *hub) |
static int | ipdbg_start (struct ipdbg_hub *hub, uint16_t port, uint8_t tool) |
static int | ipdbg_start_polling (struct ipdbg_service *service, struct connection *connection) |
static int | ipdbg_stop (struct ipdbg_hub *hub, uint8_t tool) |
static int | ipdbg_stop_polling (struct ipdbg_service *service) |
static int | ipdbg_stop_service (struct ipdbg_service *service) |
static void | ipdbg_zero_rd_idx (struct ipdbg_fifo *fifo) |
Variables | |
static const struct command_registration | ipdbg_command_handlers [] |
static const struct command_registration | ipdbg_config_command_handlers [] |
static struct ipdbg_hub * | ipdbg_first_hub |
static struct ipdbg_service * | ipdbg_first_service |
static const struct command_registration | ipdbg_hostserver_subcommand_handlers [] |
static const struct command_registration | ipdbg_hub_subcommand_handlers [] |
static const struct service_driver | ipdbg_service_driver |
COMMAND_HANDLER | ( | handle_ipdbg_cfg_queuing_command | ) |
Definition at line 924 of file ipdbg.c.
References CALL_COMMAND_HANDLER, CMD, CMD_ARGC, CMD_ARGV, CMD_DATA, COMMAND_PARSE_ADDITIONAL_NUMBER, command_print(), ERROR_COMMAND_SYNTAX_ERROR, ERROR_FAIL, IPDBG_NUM_OF_QUEUE_OPTIONS, and size.
COMMAND_HANDLER | ( | handle_ipdbg_create_hub_command | ) |
Definition at line 1019 of file ipdbg.c.
References CMD, cmd, CMD_ARGC, CMD_ARGV, COMMAND_PARSE_ADDITIONAL_NUMBER, COMMAND_PARSE_OPTIONAL_NUMBER, command_print(), device, ERROR_COMMAND_SYNTAX_ERROR, ERROR_FAIL, ERROR_OK, pld_driver::get_ipdbg_hub, get_pld_device_by_name_or_numstr(), ipdbg_virtual_ir_info::instruction, ipdbg_create_hub(), ipdbg_find_hub(), ipdbg_get_hub_by_name(), IPDBG_MAX_DR_LENGTH, IPDBG_MAX_NUM_OF_CREATE_OPTIONS, IPDBG_MIN_DR_LENGTH, jtag_tap_by_string(), ipdbg_virtual_ir_info::length, LOG_ERROR, NULL, pld_ipdbg_hub::tap, pld_ipdbg_hub::user_ir_code, and ipdbg_virtual_ir_info::value.
COMMAND_HANDLER | ( | handle_ipdbg_start_command | ) |
Definition at line 828 of file ipdbg.c.
References CMD, CMD_ARGC, CMD_ARGV, CMD_DATA, COMMAND_PARSE_ADDITIONAL_NUMBER, command_print(), ERROR_COMMAND_SYNTAX_ERROR, ERROR_FAIL, IPDBG_NUM_OF_START_OPTIONS, and ipdbg_start().
COMMAND_HANDLER | ( | handle_ipdbg_stop_command | ) |
Definition at line 867 of file ipdbg.c.
References CMD, CMD_ARGC, CMD_ARGV, CMD_DATA, COMMAND_PARSE_ADDITIONAL_NUMBER, command_print(), ERROR_COMMAND_SYNTAX_ERROR, ERROR_FAIL, IPDBG_NUM_OF_STOP_OPTIONS, and ipdbg_stop().
|
static |
Definition at line 905 of file ipdbg.c.
References ipdbg_hub::active_connections, CMD, command_print(), ERROR_COMMAND_ARGUMENT_INVALID, ERROR_FAIL, ERROR_OK, IPDBG_SCRATCH_MEMORY_SIZE, size, and ipdbg_hub::using_queue_size.
|
static |
Definition at line 238 of file ipdbg.c.
References ipdbg_first_hub, and ipdbg_hub::next.
Referenced by ipdbg_create_hub().
|
static |
Definition at line 175 of file ipdbg.c.
References ipdbg_first_service, and ipdbg_service::next.
Referenced by ipdbg_start().
|
static |
Definition at line 283 of file ipdbg.c.
References ipdbg_hub::connections, ipdbg_hub::data_register_length, DIV_ROUND_UP, ipdbg_hub_scratch_memory::dr_in_vals, ipdbg_hub_scratch_memory::dr_out_vals, ipdbg_hub_scratch_memory::fields, ipdbg_free_hub(), ipdbg_max_tools_from_data_register_length(), IPDBG_SCRATCH_MEMORY_SIZE, ipdbg_virtual_ir_info::length, LOG_ERROR, ipdbg_hub::max_tools, ipdbg_hub::name, name, NULL, ipdbg_hub::scratch_memory, ipdbg_hub_scratch_memory::vir_out_val, and ipdbg_hub::virtual_ir.
Referenced by ipdbg_create_hub().
|
static |
Definition at line 114 of file ipdbg.c.
References ipdbg_fifo::buffer, ipdbg_fifo::count, ipdbg_fifo_is_full(), and ipdbg_zero_rd_idx().
Referenced by ipdbg_distribute_data_from_hub().
|
static |
Definition at line 438 of file ipdbg.c.
References BIT, ipdbg_hub::dn_xoff, ipdbg_hub::last_dn_tool, LOG_INFO, ipdbg_hub::max_tools, and ipdbg_hub::xoff_mask.
Referenced by ipdbg_jtag_transfer_byte(), ipdbg_jtag_transfer_bytes(), and ipdbg_shift_empty_data().
|
static |
Definition at line 988 of file ipdbg.c.
References BIT, buf_set_u32(), cmd, ipdbg_hub::data_register_length, ERROR_FAIL, ERROR_OK, ipdbg_add_hub(), ipdbg_allocate_hub(), ipdbg_free_hub(), ipdbg_max_tools_from_data_register_length(), ipdbg_register_hub_command(), IPDBG_SCRATCH_MEMORY_SIZE, ipdbg_hub::last_dn_tool, ipdbg_virtual_ir_info::length, LOG_ERROR, ipdbg_hub::max_tools, name, ipdbg_hub::scratch_memory, ipdbg_hub::tap, ipdbg_hub::tool_mask, ipdbg_hub::user_instruction, ipdbg_hub::using_queue_size, ipdbg_hub::valid_mask, ipdbg_virtual_ir_info::value, ipdbg_hub_scratch_memory::vir_out_val, ipdbg_hub::virtual_ir, and ipdbg_hub::xoff_mask.
Referenced by COMMAND_HANDLER().
|
static |
Definition at line 186 of file ipdbg.c.
References ERROR_FAIL, ERROR_OK, ipdbg_service::hub, LOG_ERROR, ipdbg_service::port, and ipdbg_service::tool.
Referenced by ipdbg_start().
|
static |
Definition at line 411 of file ipdbg.c.
References conn, ipdbg_hub::connections, ipdbg_hub::dn_xoff, ERROR_OK, ipdbg_append_to_fifo(), ipdbg_fifo_is_full(), ipdbg_move_buffer_to_connection(), LOG_INFO, ipdbg_hub::tool_mask, and ipdbg_hub::valid_mask.
Referenced by ipdbg_get_flow_control_info_from_hub(), ipdbg_jtag_transfer_byte(), ipdbg_jtag_transfer_bytes(), and ipdbg_shift_empty_data().
|
static |
Definition at line 93 of file ipdbg.c.
References ipdbg_fifo::count.
Referenced by ipdbg_get_from_fifo(), ipdbg_move_buffer_to_connection(), and ipdbg_polling_callback().
|
static |
Definition at line 98 of file ipdbg.c.
References ipdbg_fifo::count, and IPDBG_BUFFER_SIZE.
Referenced by ipdbg_append_to_fifo(), ipdbg_distribute_data_from_hub(), and ipdbg_on_connection_input().
|
static |
Definition at line 220 of file ipdbg.c.
References ipdbg_virtual_ir_info::instruction, ipdbg_first_hub, ipdbg_virtual_ir_info::length, ipdbg_hub::next, NULL, ipdbg_hub::tap, ipdbg_hub::user_instruction, ipdbg_virtual_ir_info::value, and ipdbg_hub::virtual_ir.
Referenced by COMMAND_HANDLER().
|
static |
Definition at line 165 of file ipdbg.c.
References ipdbg_service::hub, ipdbg_first_service, service::next, and ipdbg_service::tool.
Referenced by ipdbg_server_free(), and ipdbg_stop().
|
static |
Definition at line 269 of file ipdbg.c.
References ipdbg_hub::connections, ipdbg_hub_scratch_memory::dr_in_vals, ipdbg_hub_scratch_memory::dr_out_vals, ipdbg_hub_scratch_memory::fields, ipdbg_hub::name, ipdbg_hub::scratch_memory, ipdbg_hub_scratch_memory::vir_out_val, and ipdbg_hub::virtual_ir.
Referenced by ipdbg_allocate_hub(), ipdbg_create_hub(), ipdbg_server_free(), and ipdbg_start().
|
static |
Definition at line 611 of file ipdbg.c.
References ERROR_OK, ipdbg_hub::flow_control_enabled, ipdbg_distribute_data_from_hub(), ipdbg_shift_data(), LOG_INFO, ipdbg_hub::tool_mask, and ipdbg_hub::valid_mask.
Referenced by ipdbg_start_polling().
|
static |
Definition at line 123 of file ipdbg.c.
References ipdbg_fifo::buffer, ipdbg_fifo::count, ipdbg_fifo_is_empty(), and ipdbg_fifo::rd_idx.
Referenced by ipdbg_jtag_transfer_byte(), and ipdbg_jtag_transfer_bytes().
|
static |
Definition at line 750 of file ipdbg.c.
References ipdbg_first_hub, ipdbg_hub::name, name, ipdbg_hub::next, and NULL.
Referenced by COMMAND_HANDLER().
|
static |
Definition at line 87 of file ipdbg.c.
References ipdbg_fifo::count, and ipdbg_fifo::rd_idx.
Referenced by ipdbg_on_new_connection().
|
static |
Definition at line 325 of file ipdbg.c.
References scan_field::check_mask, scan_field::check_value, scan_field::in_value, NULL, scan_field::num_bits, and scan_field::out_value.
Referenced by ipdbg_jtag_transfer_bytes(), ipdbg_shift_data(), ipdbg_shift_empty_data(), ipdbg_shift_instr(), and ipdbg_shift_vir().
|
static |
Definition at line 492 of file ipdbg.c.
References ERROR_OK, ipdbg_check_for_xoff(), ipdbg_distribute_data_from_hub(), ipdbg_get_from_fifo(), ipdbg_shift_data(), ipdbg_hub::tool_mask, and ipdbg_hub::valid_mask.
Referenced by ipdbg_polling_callback().
|
static |
Definition at line 510 of file ipdbg.c.
References buf_get_u32(), buf_set_u32(), ipdbg_hub::data_register_length, DIV_ROUND_UP, ipdbg_hub_scratch_memory::dr_in_vals, ipdbg_hub_scratch_memory::dr_out_vals, ERROR_FAIL, ERROR_OK, ipdbg_hub_scratch_memory::fields, ipdbg_check_for_xoff(), ipdbg_distribute_data_from_hub(), ipdbg_get_from_fifo(), ipdbg_init_scan_field(), jtag_add_dr_scan(), jtag_execute_queue(), ipdbg_hub::scratch_memory, ipdbg_hub::tap, TAP_IDLE, ipdbg_hub::tool_mask, ipdbg_hub::using_queue_size, and ipdbg_hub::valid_mask.
Referenced by ipdbg_polling_callback().
|
static |
Definition at line 154 of file ipdbg.c.
Referenced by ipdbg_allocate_hub(), and ipdbg_create_hub().
|
static |
Definition at line 132 of file ipdbg.c.
References ipdbg_fifo::buffer, conn, connection_write(), ipdbg_fifo::count, ERROR_OK, ERROR_SERVER_REMOTE_CLOSED, ipdbg_fifo_is_empty(), ipdbg_zero_rd_idx(), and LOG_ERROR.
Referenced by ipdbg_distribute_data_from_hub(), and ipdbg_polling_callback().
|
static |
Definition at line 732 of file ipdbg.c.
References conn, ipdbg_stop_polling(), LOG_INFO, connection::priv, service::priv, and connection::service.
|
static |
Definition at line 711 of file ipdbg.c.
References ipdbg_fifo::buffer, conn, connection_read(), ipdbg_fifo::count, ERROR_OK, ERROR_SERVER_REMOTE_CLOSED, IPDBG_BUFFER_SIZE, ipdbg_fifo_is_full(), ipdbg_zero_rd_idx(), LOG_ERROR, and connection::priv.
|
static |
Definition at line 689 of file ipdbg.c.
References conn, ERROR_OK, ipdbg_init_fifo(), ipdbg_start_polling(), LOG_ERROR, LOG_INFO, connection::priv, service::priv, and connection::service.
|
static |
Definition at line 564 of file ipdbg.c.
References BIT, conn, ipdbg_hub::connections, ipdbg_hub::dn_xoff, ERROR_OK, ipdbg_hub::flow_control_enabled, ipdbg_fifo_is_empty(), ipdbg_jtag_transfer_byte(), ipdbg_jtag_transfer_bytes(), ipdbg_move_buffer_to_connection(), ipdbg_shift_empty_data(), ipdbg_shift_instr(), ipdbg_shift_vir(), ipdbg_hub::max_tools, priv, and ipdbg_hub::user_instruction.
Referenced by ipdbg_start_polling(), and ipdbg_stop_polling().
int ipdbg_register_commands | ( | struct command_context * | cmd_ctx | ) |
Definition at line 1155 of file ipdbg.c.
References ipdbg_command_handlers, NULL, and register_commands().
Referenced by jtag_select().
|
static |
Definition at line 963 of file ipdbg.c.
References CMD_CTX, COMMAND_EXEC, COMMAND_REGISTRATION_DONE, ERROR_FAIL, ipdbg_hub_subcommand_handlers, LOG_ERROR, command_registration::name, ipdbg_hub::name, NULL, and register_commands_with_data().
Referenced by ipdbg_create_hub().
|
static |
Definition at line 250 of file ipdbg.c.
References ERROR_FAIL, ERROR_OK, ipdbg_first_hub, and ipdbg_hub::next.
Referenced by ipdbg_server_free().
|
static |
Definition at line 201 of file ipdbg.c.
References ERROR_FAIL, ERROR_OK, ipdbg_first_service, ipdbg_service::next, and service::next.
Referenced by ipdbg_stop_service().
int ipdbg_server_free | ( | void | ) |
Definition at line 780 of file ipdbg.c.
References ipdbg_hub::active_services, ERROR_OK, ipdbg_service::hub, ipdbg_find_service(), ipdbg_first_hub, ipdbg_free_hub(), ipdbg_remove_hub(), ipdbg_stop_service(), ipdbg_hub::next, and ipdbg_service::tool.
Referenced by server_free().
|
static |
Definition at line 389 of file ipdbg.c.
References buf_get_u32(), buf_set_u32(), ipdbg_hub::data_register_length, ipdbg_hub_scratch_memory::dr_in_vals, ipdbg_hub_scratch_memory::dr_out_vals, ERROR_FAIL, ERROR_OK, ipdbg_hub_scratch_memory::fields, ipdbg_init_scan_field(), jtag_add_dr_scan(), jtag_execute_queue(), ipdbg_hub::scratch_memory, ipdbg_hub::tap, and TAP_IDLE.
Referenced by ipdbg_get_flow_control_info_from_hub(), ipdbg_jtag_transfer_byte(), and ipdbg_start_polling().
|
static |
Definition at line 449 of file ipdbg.c.
References buf_get_u32(), ipdbg_hub::data_register_length, DIV_ROUND_UP, ipdbg_hub_scratch_memory::dr_in_vals, ipdbg_hub_scratch_memory::dr_out_vals, ERROR_FAIL, ERROR_OK, ipdbg_hub_scratch_memory::fields, ipdbg_check_for_xoff(), ipdbg_distribute_data_from_hub(), ipdbg_init_scan_field(), jtag_add_dr_scan(), jtag_execute_queue(), ipdbg_hub::max_tools, ipdbg_hub::scratch_memory, ipdbg_hub::tap, TAP_IDLE, and ipdbg_hub::using_queue_size.
Referenced by ipdbg_polling_callback().
|
static |
Definition at line 334 of file ipdbg.c.
References buf_get_u32(), buf_set_u32(), jtag_tap::cur_instr, DIV_ROUND_UP, ERROR_FAIL, ERROR_OK, ipdbg_init_scan_field(), jtag_tap::ir_length, jtag_add_ir_scan(), jtag_execute_queue(), LOG_ERROR, NULL, ipdbg_hub::tap, and TAP_IDLE.
Referenced by ipdbg_polling_callback(), ipdbg_shift_vir(), and ipdbg_start_polling().
|
static |
Definition at line 365 of file ipdbg.c.
References ERROR_FAIL, ERROR_OK, ipdbg_hub_scratch_memory::fields, ipdbg_virtual_ir_info::instruction, ipdbg_init_scan_field(), ipdbg_shift_instr(), jtag_add_dr_scan(), jtag_execute_queue(), ipdbg_virtual_ir_info::length, NULL, ipdbg_hub::scratch_memory, ipdbg_hub::tap, TAP_IDLE, ipdbg_hub_scratch_memory::vir_out_val, and ipdbg_hub::virtual_ir.
Referenced by ipdbg_polling_callback(), and ipdbg_start_polling().
|
static |
Definition at line 803 of file ipdbg.c.
References ipdbg_hub::active_connections, ipdbg_hub::active_services, add_service(), ERROR_FAIL, ERROR_OK, ipdbg_service::hub, ipdbg_add_service(), ipdbg_create_service(), ipdbg_free_hub(), ipdbg_service_driver, IPDBG_TCP_PORT_STR_MAX_LENGTH, LOG_INFO, NULL, ipdbg_service::port, and ipdbg_service::tool.
Referenced by COMMAND_HANDLER().
|
static |
Definition at line 638 of file ipdbg.c.
References ipdbg_hub::active_connections, ipdbg_hub::connections, ipdbg_hub::dn_xoff, ERROR_OK, ipdbg_get_flow_control_info_from_hub(), ipdbg_polling_callback(), ipdbg_shift_data(), ipdbg_shift_instr(), ipdbg_shift_vir(), ipdbg_hub::last_dn_tool, LOG_INFO, ipdbg_hub::max_tools, NULL, target_register_timer_callback(), ipdbg_hub::tool_mask, ipdbg_hub::user_instruction, and ipdbg_hub::valid_mask.
Referenced by ipdbg_on_new_connection().
|
static |
Definition at line 852 of file ipdbg.c.
References ipdbg_hub::active_services, ERROR_FAIL, ipdbg_service::hub, ipdbg_find_service(), ipdbg_stop_service(), LOG_ERROR, LOG_INFO, ipdbg_hub::name, and ipdbg_service::tool.
Referenced by COMMAND_HANDLER().
|
static |
Definition at line 675 of file ipdbg.c.
References ipdbg_hub::active_connections, ipdbg_hub::connections, ERROR_OK, ipdbg_polling_callback(), LOG_INFO, NULL, and target_unregister_timer_callback().
Referenced by ipdbg_on_connection_closed().
|
static |
Definition at line 760 of file ipdbg.c.
References ERROR_OK, ipdbg_remove_service(), IPDBG_TCP_PORT_STR_MAX_LENGTH, LOG_ERROR, service::port, and remove_service().
Referenced by ipdbg_server_free(), and ipdbg_stop().
|
static |
Definition at line 103 of file ipdbg.c.
References ipdbg_fifo::buffer, ipdbg_fifo::count, and ipdbg_fifo::rd_idx.
Referenced by ipdbg_append_to_fifo(), ipdbg_move_buffer_to_connection(), and ipdbg_on_connection_input().
|
static |
Definition at line 1019 of file ipdbg.c.
Referenced by ipdbg_register_commands().
|
static |
|
static |
Definition at line 83 of file ipdbg.c.
Referenced by ipdbg_add_hub(), ipdbg_find_hub(), ipdbg_get_hub_by_name(), ipdbg_remove_hub(), and ipdbg_server_free().
|
static |
Definition at line 85 of file ipdbg.c.
Referenced by ipdbg_add_service(), ipdbg_find_service(), and ipdbg_remove_service().
|
static |
|
static |
Definition at line 924 of file ipdbg.c.
Referenced by ipdbg_register_hub_command().
|
static |
Definition at line 732 of file ipdbg.c.
Referenced by ipdbg_start().