Releases the memory returned from a previous call.
Also includes these calls:
sctp_freepaddrs sctp_freeladdrs
#include <sys/types.h> #include <sys/socket.h> #include <netinet/sctp.h> void sctp_freepaddrs(struct sockaddr *); void sctp_freeladdrs(struct sockaddr *);
The sctp_freepaddrs() and sctp_freeladdrs() functions are used to release the memory allocated by previous calls to sctp_getpaddrs() or sctp_getladdrs() respectively.
None.
Versions |
---|
INtime 4.0 |