Lines Matching refs:connProps
251 SUN_IMA_CONN_PROPERTIES *connProps);
747 SUN_IMA_CONN_PROPERTIES *connProps = NULL; in printLoginParameters() local
772 &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()
817 (void) IMA_FreeMemory(connProps); in printLoginParameters()
826 propMinMax.currentValue = connProps->defaultTime2Wait; in printLoginParameters()
832 (void) IMA_FreeMemory(connProps); in printLoginParameters()
841 propMinMax.currentValue = connProps->errorRecoveryLevel; in printLoginParameters()
847 (void) IMA_FreeMemory(connProps); in printLoginParameters()
856 propMinMax.currentValue = connProps->firstBurstLength; in printLoginParameters()
863 (void) IMA_FreeMemory(connProps); in printLoginParameters()
872 propBool.currentValue = connProps->immediateData; in printLoginParameters()
878 (void) IMA_FreeMemory(connProps); in printLoginParameters()
886 propBool.currentValue = connProps->initialR2T; in printLoginParameters()
892 (void) IMA_FreeMemory(connProps); in printLoginParameters()
901 propMinMax.currentValue = connProps->maxBurstLength; in printLoginParameters()
907 (void) IMA_FreeMemory(connProps); in printLoginParameters()
915 propMinMax.currentValue = connProps->maxOutstandingR2T; in printLoginParameters()
921 (void) IMA_FreeMemory(connProps); in printLoginParameters()
930 propMinMax.currentValue = connProps->maxRecvDataSegmentLength; in printLoginParameters()
937 (void) IMA_FreeMemory(connProps); in printLoginParameters()
946 propMinMax.currentValue = connProps->maxConnections; in printLoginParameters()
952 (void) IMA_FreeMemory(connProps); in printLoginParameters()
958 (void) IMA_FreeMemory(connProps); in printLoginParameters()
999 SUN_IMA_CONN_PROPERTIES *connProps; in printConnectionList() local
1007 &connProps); in printConnectionList()
1014 connProps->connectionID); in printConnectionList()
1017 if (connProps->local.ipAddress.ipv4Address == IMA_TRUE) { in printConnectionList()
1019 &connProps->local.ipAddress.ipAddress[0], in printConnectionList()
1027 ntohs(connProps->local.portNumber)); in printConnectionList()
1031 &connProps->local.ipAddress.ipAddress[0], in printConnectionList()
1039 ntohs(connProps->local.portNumber)); in printConnectionList()
1042 if (connProps->peer.ipAddress.ipv4Address == IMA_TRUE) { in printConnectionList()
1044 &connProps->peer.ipAddress.ipAddress[0], in printConnectionList()
1052 ntohs(connProps->peer.portNumber)); in printConnectionList()
1056 &connProps->peer.ipAddress.ipAddress[0], in printConnectionList()
1064 ntohs(connProps->peer.portNumber)); in printConnectionList()
1068 (void) IMA_FreeMemory(connProps); in printConnectionList()
2393 SUN_IMA_CONN_PROPERTIES *connProps; in listTarget() local
2587 &pConnList->oids[0], &connProps); in listTarget()
2591 &digestAlgorithms, connProps); in listTarget()
2609 &digestAlgorithms, connProps); in listTarget()