telnet_write() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

telnet_write() function

Syntax

static int telnet_write(struct connection *connection,     const void *data,     int len);

Arguments

connection

data

len

References

LocationReferrerText
jsp_server.c:37
static int telnet_write(struct connection *connection, const void *data, int len)
jsp_server.c:64jsp_poll_read()
telnet_write(jsp_service->connection, in_buffer, in_len);
jsp_server.c:83jsp_new_connection()
telnet_write(connection, negotiate, strlen(negotiate));
jsp_server.c:87jsp_new_connection()
telnet_write(connection, jsp_service->banner, strlen(jsp_service->banner));
jsp_server.c:88jsp_new_connection()
telnet_write(connection, "\r\n", 2);
jsp_server.c:132jsp_input()
telnet_write(connection,

Call Tree

Functions calling telnet_write()
Functions called by telnet_write()
telnet_write()
all items filtered out
Data read by telnet_write()
Data written by telnet_write()
telnet_write()
all items filtered out
Type of telnet_write()
telnet_write()
all items filtered out