EN JA
SCTP_FREEPADDRS(3)
SCTP_FREEPADDRS(3) FreeBSD Library Functions Manual SCTP_FREEPADDRS(3)

NAME

sctp_freepaddrs, sctp_freeladdrsrelease the memory returned from a previous call

LIBRARY

Standard C Library (libc, -lc)

SYNOPSIS

#include < sys/types.h>
#include < sys/socket.h>
#include < netinet/sctp.h>

void
sctp_freepaddrs( struct sockaddr *);

void
sctp_freeladdrs( struct sockaddr *);

DESCRIPTION

The sctp_freepaddrs() and sctp_freeladdrs() functions are used to release the memory allocated by previous calls to sctp_getpaddrs() or sctp_getladdrs() respectively.

RETURN VALUES

none.
December 15, 2006 FreeBSD