[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/app/iproute2/iproute2-3.4.0/include/rt_names.h b/ap/app/iproute2/iproute2-3.4.0/include/rt_names.h
new file mode 100755
index 0000000..e5dbd45
--- /dev/null
+++ b/ap/app/iproute2/iproute2-3.4.0/include/rt_names.h
@@ -0,0 +1,31 @@
+#ifndef RT_NAMES_H_
+#define RT_NAMES_H_ 1
+
+#include <asm/types.h>
+
+char* rtnl_rtprot_n2a(int id, char *buf, int len);
+char* rtnl_rtscope_n2a(int id, char *buf, int len);
+char* rtnl_rttable_n2a(__u32 id, char *buf, int len);
+char* rtnl_rtrealm_n2a(int id, char *buf, int len);
+char* rtnl_dsfield_n2a(int id, char *buf, int len);
+int rtnl_rtprot_a2n(__u32 *id, char *arg);
+int rtnl_rtscope_a2n(__u32 *id, char *arg);
+int rtnl_rttable_a2n(__u32 *id, char *arg);
+int rtnl_rtrealm_a2n(__u32 *id, char *arg);
+int rtnl_dsfield_a2n(__u32 *id, char *arg);
+int rtnl_group_a2n(int *id, char *arg);
+
+const char *inet_proto_n2a(int proto, char *buf, int len);
+int inet_proto_a2n(char *buf);
+
+
+const char * ll_type_n2a(int type, char *buf, int len);
+
+const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen);
+int ll_addr_a2n(char *lladdr, int len, char *arg);
+
+const char * ll_proto_n2a(unsigned short id, char *buf, int len);
+int ll_proto_a2n(unsigned short *id, char *buf);
+
+
+#endif