Lines Matching refs:recvmsg
1404 /* Allocate the scatter/gather array for recvmsg() */
1431 if ((got = recvmsg(s, &msg, MSG_WAITALL)) != (ssize_t)iov[0].iov_len) {
1433 log_Printf(LogERROR, "Failed recvmsg: %s\n", strerror(errno));
1435 log_Printf(LogERROR, "Failed recvmsg: Got %zd, not %u\n",
1443 log_Printf(LogERROR, "Recvmsg: no descriptors received !\n");
1453 log_Printf(LogERROR, "Recvmsg: %d descriptor%s received (too few) !\n",