Main Page | Class List | File List | Class Members | File Members

util.h

Go to the documentation of this file.
00001 #ifndef UTIL_H
00002 #define UTIL_H
00003 
00004 int rst_MACatoi(char*,unsigned char*);
00005 
00006 char* rst_MACitoa(unsigned char*,char*);
00007 
00008 int rst_getMAC(char*,unsigned char*);
00009 
00010 int rst_IPatoi(char*,int*);
00011 
00012 char* rst_IPitoa(unsigned int,char*);
00013 
00014 int rst_getIPaddr(char*,unsigned int*);
00015 
00016 int rst_getIPmask(char*,unsigned int*);
00017 
00018 void rst_maskInc(unsigned int*,unsigned int);
00019 
00020 #endif

Generated on Sun Jul 18 17:30:56 2004 by doxygen 1.3.6