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

read_socket() function

Syntax

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

Arguments

handle

buffer

count

References

LocationReferrerText
replacements.h:175
static inline int read_socket(int handle, void *buffer, unsigned int count)
gdb_server.c:230gdb_get_char_inner()
gdb_con->buf_cnt = read_socket(connection->fd,
server.c:747connection_read()
return read_socket(connection->fd, data, len);

Call Tree

Functions calling read_socket()
Functions called by read_socket()
read_socket()
recv()
all items filtered out
Data read by read_socket()
read_socket()