source:
MondoRescue/branches/2.2.8.selinux/mindi-busybox/networking/libiproute/rtm_map.h@
3147
| Last change on this file since 3147 was 1765, checked in by , 18 years ago | |
|---|---|
| File size: 250 bytes | |
| Line | |
|---|---|
| 1 | /* vi: set sw=4 ts=4: */ |
| 2 | #ifndef __RTM_MAP_H__ |
| 3 | #define __RTM_MAP_H__ 1 |
| 4 | |
| 5 | const 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__ */ |
Note:
See TracBrowser
for help on using the repository browser.
