Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
sctp_freepaddrs, sctp_freeladdrs — release the memory returned from a previous call
sctp_freepaddrs
sctp_freeladdrs
Standard C Library (libc, -lc)
#include <sys/types.h> #include <sys/socket.h> #include <netinet/sctp.h>
#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.
sctp_getpaddrs
sctp_getladdrs
none.
sctp_getladdrs(3), sctp_getpaddrs(3), sctp(4)
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.