Operating systems, development tools, and professional services
for connected embedded systems

QNX Developer Support

[Previous] [Contents] [Index] [Next]

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:

SCTP

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] [Contents] [Index] [Next]