OpenOCD
connection Struct Reference
Collaboration diagram for connection:

Data Fields

struct command_contextcmd_ctx
 
int fd
 
int fd_out
 
bool input_pending
 
struct connectionnext
 
void * priv
 
struct serviceservice
 
struct sockaddr_in sin
 

Detailed Description

Definition at line 36 of file server.h.

Field Documentation

◆ cmd_ctx

◆ fd

int connection::fd

◆ fd_out

int connection::fd_out

Definition at line 38 of file server.h.

Referenced by add_connection(), and connection_write().

◆ input_pending

◆ next

struct connection* connection::next

◆ priv

void* connection::priv

Definition at line 43 of file server.h.

Referenced by add_connection(), check_pending(), COMMAND_HANDLER(), fetch_packet(), gdb_connection_closed(), gdb_fileio_reply(), gdb_frontend_halted(), gdb_get_char(), gdb_get_char_fast(), gdb_get_char_inner(), gdb_get_packet(), gdb_get_packet_inner(), gdb_handle_vcont_packet(), gdb_input(), gdb_input_inner(), gdb_keep_client_alive(), gdb_last_signal_packet(), gdb_log_callback(), gdb_log_incoming_packet(), gdb_log_outgoing_packet(), gdb_new_connection(), gdb_put_packet(), gdb_put_packet_inner(), gdb_putback_char(), gdb_query_packet(), gdb_restart_inferior(), gdb_signal_reply(), gdb_v_packet(), gdb_write(), gdb_write_memory_binary_packet(), ipdbg_on_connection_closed(), ipdbg_on_connection_input(), ipdbg_on_new_connection(), jsp_connection_closed(), jsp_input(), jsp_new_connection(), rtt_connection_closed(), rtt_input(), rtt_new_connection(), tcl_closed(), tcl_input(), tcl_new_connection(), tcl_output(), tcl_target_callback_event_handler(), tcl_target_callback_reset_handler(), tcl_target_callback_trace_handler(), telnet_auto_complete(), telnet_can_insert(), telnet_connection_closed(), telnet_cut_line_to_end(), telnet_delete_character(), telnet_exec_line(), telnet_history_add(), telnet_history_down(), telnet_history_go(), telnet_history_print(), telnet_history_up(), telnet_input(), telnet_insert(), telnet_interrupt(), telnet_log_callback(), telnet_move_cursor(), telnet_new_connection(), telnet_prompt(), telnet_remove_character(), and telnet_write().

◆ service

◆ sin

struct sockaddr_in connection::sin

Definition at line 38 of file server.h.

Referenced by add_connection().


The documentation for this struct was generated from the following file: