Searched refs:sendbuf (Results 1 - 1 of 1) sorted by relevance

/system/core/libnl_2/genl/
H A Dgenl.c97 char sendbuf[sizeof(struct nlmsghdr)+sizeof(struct genlmsghdr)]; local
111 nlmhdr.nlmsg_len = sizeof(sendbuf);
123 memcpy(&sendbuf[0], &nlmhdr, sizeof(nlmhdr));
124 memcpy(&sendbuf[0]+sizeof(nlmhdr), &gmhhdr, sizeof(gmhhdr));
127 sendmsg_iov.iov_base = &sendbuf;
128 sendmsg_iov.iov_len = sizeof(sendbuf);

Completed in 98 milliseconds