Lines Matching full:association
60 * -> association id [,destination transport addr list] [,outbound stream
63 * This primitive allows the upper layer to initiate an association to a
78 * Format: SHUTDOWN(association id)
81 * Gracefully closes an association. Any locally queued user data
82 * will be delivered to the peer. The association will be terminated only
84 * will be returned on successful termination of the association. If
85 * attempting to terminate the association results in a failure, an error
94 * Format: Abort(association id [, cause code])
97 * Ungracefully closes an association. Any locally queued user data
99 * code will be returned on successful abortion of the association. If
100 * attempting to abort the association results in a failure, an error
109 * Format: SEND(association id, buffer address, byte count [,context]
118 * o association id - local handle to the SCTP association
168 * Format: REQUESTHEARTBEAT(association id, destination transport address)
173 * destination transport address of the given association. The returned
179 * o association id - local handle to the SCTP association
182 * association on which a heartbeat should be issued.