telnet_connection::closed is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtelnet_connection::closed

telnet_connection::closed field

Syntax

bool closed;

References

LocationReferrerText
telnet_server.h:47
bool closed;
jsp_server.c:40telnet_write()
if (t_con->closed)
jsp_server.c:45telnet_write()
t_con->closed = 1;
jsp_server.c:77jsp_new_connection()
telnet_connection->closed = 0;
telnet_server.c:42telnet_write()
if (t_con->closed)
telnet_server.c:47telnet_write()
t_con->closed = true;

Data Use

Functions writing telnet_connection::closed
Functions reading telnet_connection::closed
telnet_connection::closed
all items filtered out