diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h new file mode 100644 index 000000000..5ac43218e --- /dev/null +++ b/networking/libiproute/ip_common.h | |||
@@ -0,0 +1,20 @@ | |||
1 | extern int print_linkinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | ||
2 | extern int print_addrinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | ||
3 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | ||
4 | extern int ipaddr_list(int argc, char **argv); | ||
5 | extern int ipaddr_list_link(int argc, char **argv); | ||
6 | extern int iproute_monitor(int argc, char **argv); | ||
7 | extern void iplink_usage(void) __attribute__((noreturn)); | ||
8 | extern void iproute_reset_filter(void); | ||
9 | extern void ipaddr_reset_filter(int); | ||
10 | extern void ipneigh_reset_filter(void); | ||
11 | extern int print_route(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | ||
12 | extern int do_ipaddr(int argc, char **argv); | ||
13 | extern int do_iproute(int argc, char **argv); | ||
14 | extern int do_iprule(int argc, char **argv); | ||
15 | extern int do_ipneigh(int argc, char **argv); | ||
16 | extern int do_iptunnel(int argc, char **argv); | ||
17 | extern int do_iplink(int argc, char **argv); | ||
18 | extern int do_ipmonitor(int argc, char **argv); | ||
19 | extern int do_multiaddr(int argc, char **argv); | ||
20 | extern int do_multiroute(int argc, char **argv); | ||