Explain gethostbyaddr in socket programming?
roger 26-October-2007 05:22:46 PM

Comments


#include #include ... gethostbyaddr() then does a reverse name lookup to find out what name this address has. ... visit for more details

www.unix.com/unix-dummies-questions-answers/39532-how-use-gethostbyaddr-function.html
Posted by waqasahmad


gethostbyaddr(char *addr, int len, int type): converts IP hostname to structure containing long integer
Posted by mariuspaul



Posted: 26-October-2007 05:42:17 PM By: mariuspaul

gethostbyaddr(char *addr, int len, int type): converts IP hostname to structure containing long integer

Posted: 31-December-2008 12:07:33 AM By: waqasahmad

#include #include ... gethostbyaddr() then does a reverse name lookup to find out what name this address has. ... visit for more details

www.unix.com/unix-dummies-questions-answers/39532-how-use-gethostbyaddr-function.html