Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
sctp_freepaddrs()
Free all resources allocated by sctp_getpaddrs()
Synopsis:
#include <netinet/sctp.h> void sctp_freepaddrs(struct sockaddr *addrs);
Arguments:
- addrs
- Array of peer addresses returned by sctp_getpaddrs().
Library:
libsctp
Use the -l sctp option to qcc to link against this library.
Description:
The sctp_freepaddrs() free all resources allocated by sctp_getpaddrs().
Classification:
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
See also:
SCTP, sctp_bindx(), sctp_connectx(), sctp_freeladdrs(), sctp_getladdrs(), sctp_getpaddrs(), sctp_peeloff(), sctp_recvmsg(), sctp_sendmsg()
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)