Home | History | Annotate | Download | only in audio

Lines Matching refs:sock

88 	int sock;
107 if (client->sock >= 0)
108 close(client->sock);
142 static int unix_sendmsg_fd(int sock, int fd)
162 return sendmsg(sock, &msgh, MSG_NOSIGNAL);
173 if (send(client->sock, msg, msg->length, 0) < 0)
400 if (unix_sendmsg_fd(client->sock, client->data_fd) < 0) {
439 if (unix_sendmsg_fd(client->sock, client->data_fd) < 0) {
804 if (unix_sendmsg_fd(client->sock, client->data_fd) < 0) {
1709 DBG("Unix client disconnected (fd=%d)", client->sock);
1716 len = recv(client->sock, buf, sizeof(buf), 0);
1810 client->sock = cli_sk;