freeaddrinfo(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

freeaddrinfo(3c)

Standard C Library Functions                                  freeaddrinfo(3C)



NAME
       freeaddrinfo - release address information memory

SYNOPSIS
       #include <sys/socket.h>
       #include <netdb.h>

       void freeaddrinfo(struct addrinfo *ai);

DESCRIPTION
       The  freeaddrinfo()  function  frees  one  or  more addrinfo structures
       returned by getaddrinfo(3C), along with any additional storage  associ‐
       ated  with  those structures. If the ai_next member of the structure is
       not null, the entire list of structures is  freed.  The  freeaddrinfo()
       function supports the freeing of arbitrary sublists of an addrinfo list
       originally returned by getaddrinfo().

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE  VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe _ Stan‐
       dardSee standards(7).


SEE ALSO
       getaddrinfo(3C), netdb.h(3HEAD), attributes(7), standards(7)


       Gilligan, R. RFC 3493, Basic Socket Interface Extensions for IPv6. Net‐
       work Working Group. February 2003. https://tools.ietf.org/html/rfc3493

HISTORY
       The  freeaddrinfo() function was added to Oracle Solaris in the Solaris
       8 release.



Oracle Solaris 11.4               20 Jan 2021                 freeaddrinfo(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3