1#ifndef __RTM_MAP_H__ 2#define __RTM_MAP_H__ 1 3 4char *rtnl_rtntype_n2a(int id, char *buf, int len); 5int rtnl_rtntype_a2n(int *id, char *arg); 6 7int get_rt_realms(__u32 *realms, char *arg); 8 9 10#endif /* __RTM_MAP_H__ */ 11
1#ifndef __RTM_MAP_H__ 2#define __RTM_MAP_H__ 1 3 4char *rtnl_rtntype_n2a(int id, char *buf, int len); 5int rtnl_rtntype_a2n(int *id, char *arg); 6 7int get_rt_realms(__u32 *realms, char *arg); 8 9 10#endif /* __RTM_MAP_H__ */ 11