typedef struct ASSOCIATION

This struct contains all data of an association.

[more]unsigned int tagLocal
The local tag of this association.
[more]unsigned int tagRemote
The tag of remote side of this association
[more]SCTP_instance* sctpInstance
Pointer to the SCTP-instance this association belongs to.
[more]unsigned short localPort
the local port number of this association.
[more]unsigned short remotePort
the remote port number of this association.
[more]unsigned int noOfNetworks
number of destination networks (paths)
[more]void* flowControl
pointer to flowcontrol structure
[more]void* reliableTransfer
pointer to reliable-transfer structure
[more]void* rx_control
pointer to receive-control structure
[more]void* streamengine
pointer to stream structure
[more]void* pathMan
pointer to pathmanagement structure
[more]void* bundling
pointer to bundling structure
[more]void* sctp_control
pointer to SCTP-control
[more]boolean deleted
marks an association for deletion
[more]void* ulp_dataptr
transparent pointer to some upper layer data
[more]unsigned char ipTos
IP TOS value per association


Documentation

This struct contains all data of an association. As far as other modules must know elements of this struct, read functions are provided. No other module has write access to this structure.
ounsigned int tagLocal
The local tag of this association. It is also used as ID of this association, it is used as a key to find a association in the list.

ounsigned int tagRemote
The tag of remote side of this association

oSCTP_instance* sctpInstance
Pointer to the SCTP-instance this association belongs to. It is equal to the wellknown port number of the ULP that uses this instance.

ounsigned short localPort
the local port number of this association.

ounsigned short remotePort
the remote port number of this association.

ounsigned int noOfNetworks
number of destination networks (paths)

ovoid* flowControl
pointer to flowcontrol structure

ovoid* reliableTransfer
pointer to reliable-transfer structure

ovoid* rx_control
pointer to receive-control structure

ovoid* streamengine
pointer to stream structure

ovoid* pathMan
pointer to pathmanagement structure

ovoid* bundling
pointer to bundling structure

ovoid* sctp_control
pointer to SCTP-control

oboolean deleted
marks an association for deletion

ovoid* ulp_dataptr
transparent pointer to some upper layer data

ounsigned char ipTos
IP TOS value per association

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.