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