freeaddrinfo()
Free a list of address information structures
Synopsis:
#include <sys/types.h> #include <sys/socket.h> #include <netdb.h> void freeaddrinfo( struct addrinfo * ai );
Since:
BlackBerry 10.0.0
Arguments:
- ai
- A pointer to the addrinfo structure that's at the beginning of the list to be freed.
Description:
The freeaddrinfo() function frees the given list of addrinfo structures and the dynamic storage associated with each item in the list.
Classification:
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
Last modified: 2014-06-24