Home
last modified time | relevance | path

Searched defs:socket_fd (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c24 int socket_fd; member
159 static renode_error_t *write_or_fail(int socket_fd, const uint8_t *data, ssize_t count) in write_or_fail()
176 static renode_error_t *read_byte_or_fail(int socket_fd, uint8_t *value) in read_byte_or_fail()
192 static renode_error_t *read_or_fail(int socket_fd, uint8_t *buffer, uint32_t count) in read_or_fail()
214 static renode_error_t *perform_handshake(int socket_fd) in perform_handshake()
229 static renode_error_t *obtain_socket(int *socket_fd, const char *address, const char *port) in obtain_socket()
269 int socket_fd = -1; in renode_connect() local