Query: freeaddrinfo
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
freeaddrinfo(3) Library Functions Manual freeaddrinfo(3)NAMEfreeaddrinfo - Frees system resources used by an address information structureLIBRARYStandard C Library (libc.so, libc.a)SYNOPSIS#include <netdb.h> void freeaddrinfo( struct addrinfo *ai);STANDARDSThe freeaddrinfo function supports POSIX.1g Draft 6.6. Refer to the standards(5) reference page for more information about industry standards and associated tags.PARAMETERSPoints to a addrinfo structure to be freed. The netdb.h header file defines the addrinfo structure.DESCRIPTIONThe freeaddrinfo() routine frees one or more addrinfo structures and any dynamic storage associated with the structures. The process con- tinues until the routine encounters a NULL ai_next pointer.RELATED INFORMATIONFunctions: connect(3), getaddrinfo(3), gai_strerror(3), gethostbyname(3), getservbyname(3), socket(3). Files: hostname(5), resolv.conf(4), svc.conf(4). Networks: bind_intro(7), nis_intro(7). Standards: standards(5). delim off freeaddrinfo(3)
Related Man Pages |
---|
getaddrinfo(3) - osx |
getaddrinfo(3) - redhat |
allocaddrinfo(3) - netbsd |
freeaddrinfo(3) - netbsd |
getaddrinfo(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Networked Networks Are Prone to Epic Failure |
getaddrinfo error:service name not available for the specified socket type |