Searched refs:bytesread (Results 1 – 2 of 2) sorted by relevance
132 ssize_t bytesread; in processNetlinkDump() local134 bytesread = read(sock, buf, sizeof(buf)); in processNetlinkDump()136 if (bytesread < 0) { in processNetlinkDump()140 uint32_t len = bytesread; in processNetlinkDump()155 } while (bytesread > 0); in processNetlinkDump()
74 ssize_t bytesread = recv(fd, &ack, sizeof(ack), MSG_DONTWAIT | MSG_PEEK); in checkError() local75 if (bytesread == -1) { in checkError()78 } else if (bytesread == (ssize_t) sizeof(ack) && ack.h.nlmsg_type == NLMSG_ERROR) { in checkError()