service_driver::new_connection_handler is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDservice_driver::new_connection_handler

service_driver::new_connection_handler field

complete code to accept a new connection. If 'new_connection_during_keep_alive_handler' above is present, this can be either called alone during the server_loop, or after the function above. Check the implementation in gdb_server.

Syntax

int (*new_connection_handler)(struct connection *connection);

References

LocationReferrerScopeText
server.h:58
int (*new_connection_handler)(struct connection *connection);
arm_tpiu_swo.c:591arm_tpiu_swo_service_new_connection()arm_tpiu_swo_service_driver
arm_tpiu_swo.c:594
.new_connection_handler = arm_tpiu_swo_service_new_connection,
gdb_server.c:3873gdb_new_connection()gdb_service_driver
static const struct service_driver gdb_service_driver = {
gdb_server.c:3876
.new_connection_handler = gdb_new_connection,
ipdbg.c:741ipdbg_on_new_connection()ipdbg_service_driver
static const struct service_driver ipdbg_service_driver = {
ipdbg.c:744
.new_connection_handler = ipdbg_on_new_connection,
jsp_server.c:187jsp_new_connection()jsp_service_driver
static const struct service_driver jsp_service_driver = {
jsp_server.c:190
.new_connection_handler = jsp_new_connection,
rtt_server.c:110rtt_new_connection()rtt_service_driver
static const struct service_driver rtt_service_driver = {
rtt_server.c:113
.new_connection_handler = rtt_new_connection,
semihosting_common.c:1822semihosting_service_new_connection_handler()semihosting_service_driver
semihosting_common.c:1825
server.c:213add_service()
c->new_connection = driver->new_connection_handler;
tcl_server.c:268tcl_new_connection()tcl_service_driver
static const struct service_driver tcl_service_driver = {
tcl_server.c:271
.new_connection_handler = tcl_new_connection,
telnet_server.c:933telnet_new_connection()telnet_service_driver
static const struct service_driver telnet_service_driver = {
telnet_server.c:936
.new_connection_handler = telnet_new_connection,

Data Use

Functions reading service_driver::new_connection_handler
service_driver::new_connection_handler
all items filtered out