Home
last modified time | relevance | path

Searched refs:CLIENT_BUF_LEN (Results 1 – 4 of 4) sorted by relevance

/misc/services/life_mngr/
A Dsocket.h13 #define CLIENT_BUF_LEN 4096U macro
24 char buf[CLIENT_BUF_LEN];
A Dsocket.c111 memset(client->buf, '\0', CLIENT_BUF_LEN); in read_socket_char()
113 iov.iov_len = CLIENT_BUF_LEN; in read_socket_char()
133 if (client->len == CLIENT_BUF_LEN) { in read_socket_char()
137 for (unsigned int i = 0U; i < CLIENT_BUF_LEN; i++) in read_socket_char()
A Dcommand_handler.c117 memset(client->buf, 0, CLIENT_BUF_LEN); in send_socket_ack()
/misc/services/acrn_manager/
A Dacrn_mngr.c51 #define CLIENT_BUF_LEN 4096 macro
107 client->buf = calloc(1, CLIENT_BUF_LEN); in mngr_client_new()
255 read(client->fd, client->buf, CLIENT_BUF_LEN); in server_poll_func()
263 if (client->len == CLIENT_BUF_LEN) { in server_poll_func()

Completed in 7 milliseconds