Lines Matching full:association
75 * -> association id [,destination transport addr list] [,outbound stream
78 * This primitive allows the upper layer to initiate an association to a
93 * Format: SHUTDOWN(association id)
96 * Gracefully closes an association. Any locally queued user data
97 * will be delivered to the peer. The association will be terminated only
99 * will be returned on successful termination of the association. If
100 * attempting to terminate the association results in a failure, an error
109 * Format: Abort(association id [, cause code])
112 * Ungracefully closes an association. Any locally queued user data
114 * code will be returned on successful abortion of the association. If
115 * attempting to abort the association results in a failure, an error
124 * Format: SEND(association id, buffer address, byte count [,context]
133 * o association id - local handle to the SCTP association
183 * Format: REQUESTHEARTBEAT(association id, destination transport address)
188 * destination transport address of the given association. The returned
194 * o association id - local handle to the SCTP association
197 * association on which a heartbeat should be issued.