|
NAMEsctp_freepaddrs , sctp_freeladdrs
—
release the memory returned from a previous call
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/sctp.h>
void
void
DESCRIPTIONThesctp_freepaddrs () and
sctp_freeladdrs () functions are used to release the
memory allocated by previous calls to sctp_getpaddrs ()
or sctp_getladdrs () respectively.
RETURN VALUESnone.SEE ALSOsctp_getladdrs(3), sctp_getpaddrs(3), sctp(4)
Visit the GSP FreeBSD Man Page Interface. |