Lines Matching defs:len
129 ssize_t len;
152 while((len = sendto(daemon->netlinkfd, (void *)&req, sizeof(req), 0,
155 if (len == -1)
160 if ((len = netlink_recv()) == -1)
170 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
238 ssize_t len;
247 if ((len = netlink_recv()) != -1)
249 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))