Lines Matching full:nlmsghdr
96 struct nlmsghdr *nlh;
115 char reqbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + NLMSG_ALIGN(sizeof(struct rtgenmsg))];
117 struct nlmsghdr *req_hdr;
124 req_hdr = (struct nlmsghdr *) reqbuf;
163 static int nl_getmsg(int sd, int request, int seq, struct nlmsghdr **nlhp, int *done)
165 struct nlmsghdr *nh;
187 nh = (struct nlmsghdr *) buff;
188 for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(nh, read_size)) {
214 *nlhp = (struct nlmsghdr *) buff;
220 struct nlmsghdr *nlh = NULL;
242 nlm_next->nlh = (struct nlmsghdr *) nlh;
353 struct nlmsghdr *nlh, *nlh0;