libtools
gethostaddr.h
Go to the documentation of this file.
1 
20 #ifndef __TOOLS_GETHOSTADDR_H
21 #define __TOOLS_GETHOSTADDR_H
22 
23 #include <netinet/in.h>
24 
38 struct in_addr *gethostaddr(const char *hostname, struct in_addr *addr);
39 
42 #endif /* __TOOLS_GETHOSTADDR_H */
struct in_addr * gethostaddr(const char *hostname, struct in_addr *addr)
resolve hostname or ip address into in_addr