Lines Matching refs:nlmsghdr
27 const struct nlmsghdr *inner_nlh);
32 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n,
33 struct nlmsghdr **answer)
36 int addattr(struct nlmsghdr *n, int maxlen, int type);
37 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data);
38 int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data);
39 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
40 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data);
41 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *data);
42 int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, int alen);
43 int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len);
44 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
45 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest);