Query: freehostent
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
freehostent(3) Library Functions Manual freehostent(3)NAMEfreehostent - Returns hostent structures and dynamic storage to the systemLIBRARYStandard C Library (libc.so, libc.a)SYNOPSIS#include <netdb.h> void freehostent ( struct hostent *ptr);PARAMETERSSpecifies a pointer to the hostent structure to be freed. database.DESCRIPTIONThe freehostent() function frees hostent structures and dynamic memory to the system. You should use this return to free hostent struc- tures that were returned by the getipnodebyname() and getipnodebyaddr() functions only.RELATED INFORMATIONFunctions: getipnodebyaddr(3), getipnodebyname(3). delim off freehostent(3)
Related Man Pages |
---|
freehostent(3) - linux |
getipnodebyname(3) - linux |
freehostent(3) - debian |
getipnodebyaddr(3) - debian |
getipnodebyaddr(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
AIX platform: network interface list |