Home | History | Annotate | Download | only in health

Lines Matching defs:sock

334 int mcap_send_data(int sock, const void *buf, uint32_t size)
340 int n = write(sock, buf_b + sent, size - sent);
353 int sock, sent;
358 sock = g_io_channel_unix_get_fd(mcl->cc);
368 sent = mcap_send_data(sock, cmd, sizeof(mcap_rsp) + len);