aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ip_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r--networking/libiproute/ip_common.h29
1 files changed, 14 insertions, 15 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h
index aef325281..30c7e595b 100644
--- a/networking/libiproute/ip_common.h
+++ b/networking/libiproute/ip_common.h
@@ -15,22 +15,21 @@
15 15
16PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN 16PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
17 17
18extern char **ip_parse_common_args(char **argv); 18char FAST_FUNC **ip_parse_common_args(char **argv);
19extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); 19//int FAST_FUNC print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
20extern int ipaddr_list_or_flush(char **argv, int flush); 20int FAST_FUNC ipaddr_list_or_flush(char **argv, int flush);
21extern int iproute_monitor(char **argv); 21//int FAST_FUNC iproute_monitor(char **argv);
22extern void iplink_usage(void) NORETURN; 22//void FAST_FUNC ipneigh_reset_filter(void);
23extern void ipneigh_reset_filter(void);
24 23
25extern int do_ipaddr(char **argv); 24int FAST_FUNC do_ipaddr(char **argv);
26extern int do_iproute(char **argv); 25int FAST_FUNC do_iproute(char **argv);
27extern int do_iprule(char **argv); 26int FAST_FUNC do_iprule(char **argv);
28extern int do_ipneigh(char **argv); 27//int FAST_FUNC do_ipneigh(char **argv);
29extern int do_iptunnel(char **argv); 28int FAST_FUNC do_iptunnel(char **argv);
30extern int do_iplink(char **argv); 29int FAST_FUNC do_iplink(char **argv);
31extern int do_ipmonitor(char **argv); 30//int FAST_FUNC do_ipmonitor(char **argv);
32extern int do_multiaddr(char **argv); 31//int FAST_FUNC do_multiaddr(char **argv);
33extern int do_multiroute(char **argv); 32//int FAST_FUNC do_multiroute(char **argv);
34 33
35POP_SAVED_FUNCTION_VISIBILITY 34POP_SAVED_FUNCTION_VISIBILITY
36 35