diff options
Diffstat (limited to 'networking/libiproute/libnetlink.h')
-rw-r--r-- | networking/libiproute/libnetlink.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/networking/libiproute/libnetlink.h b/networking/libiproute/libnetlink.h index c2ef984c4..7cfcd2042 100644 --- a/networking/libiproute/libnetlink.h +++ b/networking/libiproute/libnetlink.h | |||
@@ -20,14 +20,14 @@ extern void rtnl_close(struct rtnl_handle *rth); | |||
20 | extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type); | 20 | extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type); |
21 | extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len); | 21 | extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len); |
22 | extern int rtnl_dump_filter(struct rtnl_handle *rth, | 22 | extern int rtnl_dump_filter(struct rtnl_handle *rth, |
23 | int (*filter)(struct sockaddr_nl *, struct nlmsghdr *n, void *), | 23 | int (*filter)(struct sockaddr_nl*, struct nlmsghdr *n, void*), |
24 | void *arg1, | 24 | void *arg1, |
25 | int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *), | 25 | int (*junk)(struct sockaddr_nl *, struct nlmsghdr *n, void *), |
26 | void *arg2); | 26 | void *arg2); |
27 | extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, | 27 | extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, |
28 | unsigned groups, struct nlmsghdr *answer, | 28 | unsigned groups, struct nlmsghdr *answer, |
29 | int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *), | 29 | int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *), |
30 | void *jarg); | 30 | void *jarg); |
31 | extern int rtnl_send(struct rtnl_handle *rth, char *buf, int); | 31 | extern int rtnl_send(struct rtnl_handle *rth, char *buf, int); |
32 | 32 | ||
33 | 33 | ||