Home | History | Annotate | Download | only in health

Lines Matching refs:sock

850 static int send_echo_data(int sock, const void *buf, uint32_t size)
856 int n = write(sock, buf_b + sent, size - sent);