sctp_freeladdrs
() Function
The sctp_freeladdrs
() function frees all of the resources that were allocated by a previous call to the sctp_getladdrs
(). The syntax for the sctp_freeladdrs
() function is as follows:
void sctp_freeladdrs(*addrs); void *addrs;
The *addrs
parameter is an array that contains the peer addresses that are returned by the sctp_getladdrs
() function.