connection_type::CONNECTION_TCP is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDconnection_type::CONNECTION_TCP

connection_type::CONNECTION_TCP

Syntax

CONNECTION_TCP;

References

LocationReferrerText
server.h:29
CONNECTION_TCP,
gdb_server.c:224gdb_get_char_inner()
if (connection->service->type != CONNECTION_TCP)
server.c:74add_connection()
if (service->type == CONNECTION_TCP) {
server.c:165remove_connection()
if (service->type == CONNECTION_TCP)
server.c:227add_service()
c->type = CONNECTION_TCP;
server.c:232add_service()
if (c->type == CONNECTION_TCP) {
server.c:544server_loop()
if (service->type == CONNECTION_TCP) {
server.c:738connection_write()
if (connection->service->type == CONNECTION_TCP)
server.c:746connection_read()
if (connection->service->type == CONNECTION_TCP)

Data Use

Functions using connection_type::CONNECTION_TCP
connection_type::CONNECTION_TCP