Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

rt_names.h

Go to the documentation of this file.
00001 #ifndef RT_NAMES_H_
00002 #define RT_NAMES_H_ 1
00003 
00004 const char* rtnl_rtprot_n2a(int id, char *buf, int len);
00005 const char* rtnl_rtscope_n2a(int id, char *buf, int len);
00006 const char* rtnl_rttable_n2a(int id, char *buf, int len);
00007 const char* rtnl_rtrealm_n2a(int id, char *buf, int len);
00008 const char* rtnl_dsfield_n2a(int id, char *buf, int len);
00009 int rtnl_rtprot_a2n(int *id, char *arg);
00010 int rtnl_rtscope_a2n(int *id, char *arg);
00011 int rtnl_rttable_a2n(int *id, char *arg);
00012 int rtnl_rtrealm_a2n(__u32 *id, char *arg);
00013 int rtnl_dsfield_a2n(__u32 *id, char *arg);
00014 
00015 const char *inet_proto_n2a(int proto, char *buf, int len);
00016 int inet_proto_a2n(char *buf);
00017 
00018 
00019 const char * ll_type_n2a(int type, char *buf, int len);
00020 
00021 const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen);
00022 int ll_addr_a2n(unsigned char *lladdr, int len, char *arg);
00023 
00024 const char * ll_proto_n2a(unsigned short id, char *buf, int len);
00025 int ll_proto_a2n(unsigned short *id, char *buf);
00026 
00027 
00028 #endif
00029 

Generated on Mon Dec 27 21:55:22 2004 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1