gint equalAssociations(gconstpointer a, gconstpointer b)

equalAssociations compares two associations and returns 0 if they are equal.

Documentation

equalAssociations compares two associations and returns 0 if they are equal. In contrast to function compareAssociationIDs, equal here means the two associations belong to the same SCTP-instance and have at least one destinationaddress in common. This is a call back function called by GList-functions whenever two association need to be compared.
Parameters:
i1 - association data 1
i2 - association data 2
Returns:
0 if il1 and il2 are equal according to above definition, 1 else

Alphabetic index HTML hierarchy of classes or Java



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