Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching full:nest

1689 	struct rtattr *nest;
1691 nest = NLMSG_TAIL(n);
1693 return nest;
1697 add_attr_nest_end(struct nlmsghdr *n, struct rtattr *nest)
1700 nest->rta_len = (unsigned short)((char *)NLMSG_TAIL(n) - (char *)nest);