Searched refs:ConnectionId (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lms/ |
H A D | LMS_if_compat.h | 90 * @ConnectionId: 0 if sent from LMS, positive if sent from LME 103 UINT8 ConnectionId; member in struct:__anon764 115 * @ConnectionId: Assigned by LME 122 UINT8 ConnectionId; member in struct:__anon765 131 * @ConnectionId: Unique identifier 154 UINT8 ConnectionId; member in struct:__anon766 168 // * @ConnectionId: Should match value in connection request 175 // UINT8 ConnectionId; 184 * @ConnectionId: The connection ID chosen by the LME when the connection 190 UINT8 ConnectionId; member in struct:__anon767 205 UINT8 ConnectionId; member in struct:__anon768 218 UINT8 ConnectionId; member in struct:__anon769 235 UINT8 ConnectionId; member in struct:__anon770 251 UINT8 ConnectionId; member in struct:__anon771 265 UINT8 ConnectionId; member in struct:__anon772 [all...] |
H A D | ProtocolCompat.cpp | 75 msg->ConnectionId, 85 msg->ConnectionId, 101 c->SetRecipientChannel(msg->ConnectionId); 106 _openChannels[msg->ConnectionId] = c; 118 PRINT("[Compat]received close connection msg from HECI for connection %d\n", msg->ConnectionId); 122 ChannelMap::iterator it = _openChannels.find(msg->ConnectionId); 137 ChannelMap::iterator it = _openChannels.find(msg->ConnectionId); 139 PRINT("[Compat]sending %d bytes from HECI connection %d to socket %d\n", ntohs(msg->DataLength), msg->ConnectionId, it->second->GetSocket());
|
H A D | LMEConnectionCompat.cpp | 65 msg->ConnectionId = connID; 82 msg.ConnectionId = connID; 99 msg.ConnectionId = 0; 118 msg.ConnectionId = 0; 144 openConnectionExMsg.ConnectionId = 0; 160 openConnectionMsg.ConnectionId = 0; 269 (*itr).second.connID = repMsg->ConnectionId; 272 PRINT("[Compat]Open connection reply %d %d =%d\n", repMsg->OpenRequestId, repMsg->ConnectionId, repMsg->Status); 295 msg->ConnectionId, msg->Host, ntohs(msg->HostPort)); 299 msg->ConnectionId, inet_nto [all...] |
Completed in 99 milliseconds