Searched refs:ConnectionId (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DLMS_if_compat.h90 * @ConnectionId: 0 if sent from LMS, positive if sent from LME
103 UINT8 ConnectionId; member in struct:__anon801
115 * @ConnectionId: Assigned by LME
122 UINT8 ConnectionId; member in struct:__anon802
131 * @ConnectionId: Unique identifier
154 UINT8 ConnectionId; member in struct:__anon803
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:__anon804
205 UINT8 ConnectionId; member in struct:__anon805
218 UINT8 ConnectionId; member in struct:__anon806
235 UINT8 ConnectionId; member in struct:__anon807
251 UINT8 ConnectionId; member in struct:__anon808
265 UINT8 ConnectionId; member in struct:__anon809
[all...]
H A DProtocolCompat.cpp75 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 DLMEConnectionCompat.cpp65 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 95 milliseconds