bindto_name is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

bindto_name variable

Syntax

static char *bindto_name;

References

LocationReferrerText
server.c:55
static char *bindto_name;
server.c:253add_service()
if (!bindto_name)
server.c:256add_service()
hp = gethostbyname(bindto_name);
server.c:258add_service()
LOG_ERROR("couldn't resolve bindto address: %s", bindto_name);
server.c:720server_free()
free(bindto_name);
server.c:792handle_bindto_command()
command_print(CMD, "bindto name: %s", bindto_name);
server.c:795handle_bindto_command()
free(bindto_name);
server.c:796handle_bindto_command()
bindto_name = strdup(CMD_ARGV[0]);

Data Use

Functions writing bindto_name
Functions reading bindto_name
all items filtered out
bindto_name