mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-08 10:34:59 +00:00
addraw_l prototype
(Logical change 1.128)
This commit is contained in:
parent
d815b5d619
commit
a10ab08b00
@ -35,6 +35,7 @@ extern int rtnl_send(struct rtnl_handle *rth, const char *buf, int);
|
||||
|
||||
extern int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
|
||||
extern int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, int alen);
|
||||
extern int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len);
|
||||
extern int rta_addattr32(struct rtattr *rta, int maxlen, int type, __u32 data);
|
||||
extern int rta_addattr_l(struct rtattr *rta, int maxlen, int type, const void *data, int alen);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user