This struct contains all data of an association.
-
unsigned int tagLocal
- The local tag of this association.
-
unsigned int tagRemote
- The tag of remote side of this association
-
SCTP_instance* sctpInstance
- Pointer to the SCTP-instance this association belongs to.
-
unsigned short localPort
- the local port number of this association.
-
unsigned short remotePort
- the remote port number of this association.
-
unsigned int noOfNetworks
- number of destination networks (paths)
-
void* flowControl
- pointer to flowcontrol structure
-
void* reliableTransfer
- pointer to reliable-transfer structure
-
void* rx_control
- pointer to receive-control structure
-
void* streamengine
- pointer to stream structure
-
void* pathMan
- pointer to pathmanagement structure
-
void* bundling
- pointer to bundling structure
-
void* sctp_control
- pointer to SCTP-control
-
boolean deleted
- marks an association for deletion
-
void* ulp_dataptr
- transparent pointer to some upper layer data
-
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.
unsigned 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.
unsigned int tagRemote
- The tag of remote side of this association
SCTP_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.
unsigned short localPort
- the local port number of this association.
unsigned short remotePort
- the remote port number of this association.
unsigned int noOfNetworks
- number of destination networks (paths)
void* flowControl
- pointer to flowcontrol structure
void* reliableTransfer
- pointer to reliable-transfer structure
void* rx_control
- pointer to receive-control structure
void* streamengine
- pointer to stream structure
void* pathMan
- pointer to pathmanagement structure
void* bundling
- pointer to bundling structure
void* sctp_control
- pointer to SCTP-control
boolean deleted
- marks an association for deletion
void* ulp_dataptr
- transparent pointer to some upper layer data
unsigned char ipTos
- IP TOS value per association
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.