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

service_driver::connection_closed_handler field

callback to tear down the connection

Syntax

int (*connection_closed_handler)(struct connection *connection);

References

LocationReferrerScopeText
server.h:62
int (*connection_closed_handler)(struct connection *connection);
arm_tpiu_swo.c:591arm_tpiu_swo_service_connection_closed()arm_tpiu_swo_service_driver
arm_tpiu_swo.c:596
.connection_closed_handler = arm_tpiu_swo_service_connection_closed,
gdb_server.c:3873gdb_connection_closed()gdb_service_driver
static const struct service_driver gdb_service_driver = {
gdb_server.c:3878
.connection_closed_handler = gdb_connection_closed,
ipdbg.c:741ipdbg_on_connection_closed()ipdbg_service_driver
static const struct service_driver ipdbg_service_driver = {
ipdbg.c:746
.connection_closed_handler = ipdbg_on_connection_closed,
jsp_server.c:187jsp_connection_closed()jsp_service_driver
static const struct service_driver jsp_service_driver = {
jsp_server.c:192
.connection_closed_handler = jsp_connection_closed,
rtt_server.c:110rtt_connection_closed()rtt_service_driver
static const struct service_driver rtt_service_driver = {
rtt_server.c:115
.connection_closed_handler = rtt_connection_closed,
semihosting_common.c:1822semihosting_service_connection_closed_handler()semihosting_service_driver
semihosting_common.c:1827
.connection_closed_handler = semihosting_service_connection_closed_handler,
server.c:215add_service()
c->connection_closed = driver->connection_closed_handler;
tcl_server.c:268tcl_closed()tcl_service_driver
static const struct service_driver tcl_service_driver = {
tcl_server.c:273
.connection_closed_handler = tcl_closed,
telnet_server.c:933telnet_connection_closed()telnet_service_driver
static const struct service_driver telnet_service_driver = {
telnet_server.c:938
.connection_closed_handler = telnet_connection_closed,

Data Use

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