Lines Matching full:maxlen
109 int addattr(struct nlmsghdr *n, int maxlen, int type);
110 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data);
111 int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data);
112 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
113 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data);
114 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *data);
116 int addattr_l(struct nlmsghdr *n, int maxlen, int type,
118 int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len);
119 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
121 struct rtattr *addattr_nest_compat(struct nlmsghdr *n, int maxlen, int type,
124 int rta_addattr8(struct rtattr *rta, int maxlen, int type, __u8 data);
125 int rta_addattr16(struct rtattr *rta, int maxlen, int type, __u16 data);
126 int rta_addattr32(struct rtattr *rta, int maxlen, int type, __u32 data);
127 int rta_addattr64(struct rtattr *rta, int maxlen, int type, __u64 data);
128 int rta_addattr_l(struct rtattr *rta, int maxlen, int type,
139 struct rtattr *rta_nest(struct rtattr *rta, int maxlen, int type);