Searched refs:connProps (Results 1 – 3 of 3) sorted by relevance
251 SUN_IMA_CONN_PROPERTIES *connProps);747 SUN_IMA_CONN_PROPERTIES *connProps = NULL; in printLoginParameters() local772 &connProps); in printLoginParameters()773 propBool.currentValueValid = connProps->valuesValid; in printLoginParameters()774 propMinMax.currentValueValid = connProps->valuesValid; in printLoginParameters()781 propBool.currentValue = connProps->dataSequenceInOrder; in printLoginParameters()787 (void) IMA_FreeMemory(connProps); in printLoginParameters()796 propBool.currentValue = connProps->dataPduInOrder; in printLoginParameters()802 (void) IMA_FreeMemory(connProps); in printLoginParameters()811 propMinMax.currentValue = connProps->defaultTime2Retain; in printLoginParameters()[all …]
120 SUN_IMA_CONN_PROPERTIES *connProps);
93 SUN_IMA_CONN_PROPERTIES *connProps);2601 SUN_IMA_CONN_PROPERTIES *connProps) { in getNegotiatedDigest() argument2605 if (connProps->valuesValid == IMA_TRUE) { in getNegotiatedDigest()2609 digest = connProps->headerDigest; in getNegotiatedDigest()2611 digest = connProps->dataDigest; in getNegotiatedDigest()