Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/networking/libiproute/rtm_map.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (hide annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File MIME type: text/plain
File size: 244 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 niro 532 /* vi: set sw=4 ts=4: */
2     #ifndef __RTM_MAP_H__
3     #define __RTM_MAP_H__ 1
4    
5     char *rtnl_rtntype_n2a(int id, char *buf, int len);
6     int rtnl_rtntype_a2n(int *id, char *arg);
7    
8     int get_rt_realms(uint32_t *realms, char *arg);
9    
10    
11     #endif /* __RTM_MAP_H__ */