Интерактивная система просмотра системных руководств (man-ов)
sctp_freepaddrs (3) >> sctp_freepaddrs (3) ( FreeBSD man: Библиотечные вызовы ) BSD mandoc
NAME
sctp_freepaddrs
sctp_freeladdrs
- release the memory returned from a previous call
LIBRARY
Lb libc
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.
SEE ALSO
sctp_getladdrs3,
sctp_getpaddrs3,
sctp (4)
Index
NAME
LIBRARY
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO