Home | History | Annotate | Download | only in tests-m32

Lines Matching refs:nlmsghdr

49 		struct nlmsghdr nlh;
78 /* unfetchable struct nlmsghdr */
79 const void *const efault = tail_alloc(sizeof(struct nlmsghdr) - 1);
80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
82 fd, efault, (unsigned) sizeof(struct nlmsghdr), sprintrc(rc));
84 /* whole message length < sizeof(struct nlmsghdr) */
115 /* nlmsg_len < sizeof(struct nlmsghdr) */
142 /* unfetchable second struct nlmsghdr */
152 /* message length is not enough for the second struct nlmsghdr */
164 /* second nlmsg_len < sizeof(struct nlmsghdr) */
177 const unsigned int msg_len = sizeof(struct nlmsghdr) * ABBREV_LEN;
178 struct nlmsghdr *const msgs = tail_alloc(msg_len);
205 struct nlmsghdr *nlh;
320 struct nlmsghdr *nlh;
327 *nlh = (struct nlmsghdr) {
353 *nlh = (struct nlmsghdr) {
371 struct nlmsghdr nlh = {