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

write_socket() function

Syntax

static inline int write_socket(int handle,     const void *buffer,     unsigned int count);

Arguments

handle

buffer

count

References

LocationReferrerText
replacements.h:166
static inline int write_socket(int handle, const void *buffer, unsigned int count)
esp32_apptrace.c:166esp32_apptrace_tcp_dest_write()
int wr_sz = write_socket(dest_data->sockfd, data, size);
server.c:739connection_write()
return write_socket(connection->fd_out, data, len);

Call Tree

Functions calling write_socket()
Functions called by write_socket()
write_socket()
send()
all items filtered out
Data read by write_socket()
write_socket()