Association* retrieveAssociationByTransportAddress(union sockunion * fromAddress, unsigned short fromPort, unsigned short toPort)

retrieveAssociation retrieves a association from the list using the transport address as key.

Documentation

retrieveAssociation retrieves a association from the list using the transport address as key. Returns NULL also if the association is marked "deleted" ! CHECKME : Must return NULL, if no Address-Port combination does not occur in ANY existing assoc. If it occurs in one of these -> return it

Parameters:
fromAddress - address from which data arrived
fromPort - SCTP port from which data arrived
Returns:
pointer to the retrieved association, or NULL

Alphabetic index HTML hierarchy of classes or Java



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