home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / radius_2.zip / util.h < prev    next >
Text File  |  1996-05-16  |  211b  |  9 lines

  1. char    *ip_hostname(UINT4    ipaddr);
  2. UINT4 get_ipaddr(char    *host);
  3. int good_ipaddr(char    *addr);
  4. void ipaddr2str(char    *buffer,UINT4    ipaddr);
  5. void pairfree(VALUE_PAIR    *pair);
  6. UINT4 ipstr2long(char    *ip_str);
  7.  
  8.  
  9.