/
freeaddrinfo TCP UDP
freeaddrinfo TCP UDP
Frees addrinfo structures information that getaddrinfo has allocated.
Files
net_bsd.h/net_bsd.c
Prototype
void freeaddrinfo (struct addrinfo *res)
Arguments
res
A pointer to the addrinfo structure or linked list of addrinfo structures to be freed.
Returned Value
None.
Related content
getaddrinfo TCP UDP
getaddrinfo TCP UDP
More like this
getnameinfo TCP UDP
getnameinfo TCP UDP
More like this
send / sendto TCP UDP
send / sendto TCP UDP
More like this
FD_ZERO TCP UDP
FD_ZERO TCP UDP
More like this
getsockname TCP UDP
getsockname TCP UDP
More like this
socket TCP UDP
socket TCP UDP
More like this