diff options
Diffstat (limited to 'networking/libiproute/rt_names.h')
-rw-r--r-- | networking/libiproute/rt_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/libiproute/rt_names.h b/networking/libiproute/rt_names.h index 41afeed63..92b807f3d 100644 --- a/networking/libiproute/rt_names.h +++ b/networking/libiproute/rt_names.h | |||
@@ -6,11 +6,14 @@ | |||
6 | 6 | ||
7 | extern const char* rtnl_rtprot_n2a(int id, char *buf, int len); | 7 | extern const char* rtnl_rtprot_n2a(int id, char *buf, int len); |
8 | extern const char* rtnl_rtscope_n2a(int id, char *buf, int len); | 8 | extern const char* rtnl_rtscope_n2a(int id, char *buf, int len); |
9 | extern const char* rtnl_rtrealm_n2a(int id, char *buf, int len); | ||
9 | extern const char* rtnl_dsfield_n2a(int id, char *buf, int len); | 10 | extern const char* rtnl_dsfield_n2a(int id, char *buf, int len); |
11 | extern const char* rtnl_rttable_n2a(int id, char *buf, int len); | ||
10 | extern int rtnl_rtprot_a2n(uint32_t *id, char *arg); | 12 | extern int rtnl_rtprot_a2n(uint32_t *id, char *arg); |
11 | extern int rtnl_rtscope_a2n(uint32_t *id, char *arg); | 13 | extern int rtnl_rtscope_a2n(uint32_t *id, char *arg); |
12 | extern int rtnl_rtrealm_a2n(uint32_t *id, char *arg); | 14 | extern int rtnl_rtrealm_a2n(uint32_t *id, char *arg); |
13 | extern int rtnl_dsfield_a2n(uint32_t *id, char *arg); | 15 | extern int rtnl_dsfield_a2n(uint32_t *id, char *arg); |
16 | extern int rtnl_rttable_a2n(uint32_t *id, char *arg); | ||
14 | 17 | ||
15 | 18 | ||
16 | extern const char * ll_type_n2a(int type, char *buf, int len); | 19 | extern const char * ll_type_n2a(int type, char *buf, int len); |