service::port is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

service::port field

Syntax

char *port;

References

LocationReferrerText
server.h:70
char *port;
gdb_server.c:3642gdb_input_inner()
semihosting_common.c:1817semihosting_tcp_close_cnx()
remove_service(service->name, service->port);
server.c:91add_connection()
LOG_INFO("accepting '%s' connection on tcp/%s", service->name, service->port);
server.c:125add_connection()
char *out_file = alloc_printf("%so", service->port);
server.c:129add_connection()
LOG_ERROR("could not open %s", service->port);
server.c:135add_connection()
LOG_INFO("accepting '%s' connection from pipe %s", service->name, service->port);
server.c:194free_service()
free(c->port);
server.c:208add_service()
c->port = strdup(port);
server.c:220add_service()
if (strcmp(c->port, "pipe") == 0)
server.c:224add_service()
portnumber = strtol(c->port, &end, 0);
server.c:225add_service()
if (!*end && (parse_long(c->port, &portnumber) == ERROR_OK)) {
server.c:363remove_service()
if (!strcmp(tmp->name, name) && !strcmp(tmp->port, port)) {
server.c:400remove_services()
free(c->port);

Data Use

Functions writing service::port
Functions reading service::port
all items filtered out
service::port