HomeSort by relevance Sort by last modified time
    Searched full:rcvhdr (Results 1 - 1 of 1) sorted by null

  /external/dhcpcd/
ipv6rs.c 89 static struct msghdr rcvhdr; variable in typeref:struct:msghdr
154 rcvhdr.msg_name = &from;
155 rcvhdr.msg_namelen = sizeof(from);
156 rcvhdr.msg_iov = rcviov;
157 rcvhdr.msg_iovlen = 1;
158 rcvhdr.msg_control = rcvbuf;
159 rcvhdr.msg_controllen = len;
294 len = recvmsg(sock, &rcvhdr, 0);
307 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&rcvhdr);
309 cm = (struct cmsghdr *)CMSG_NXTHDR(&rcvhdr, cm)
    [all...]

Completed in 543 milliseconds