Searched defs:chOpenMsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1239 void Protocol::_apfChannelOpen(LMEChannelOpenRequestMessage *chOpenMsg, int *status) argument
1245 chOpenMsg->SenderChannel,
1246 chOpenMsg->Address.c_str(), chOpenMsg->Port);
1248 SOCKET s = ATNetworkTool::Connect(chOpenMsg->Address.c_str(),
1249 chOpenMsg->Port, error, PF_INET);
1253 chOpenMsg->Address.c_str());
1260 c->AddBytesTxWindow(chOpenMsg->InitialWindow);
1261 c->SetRecipientChannel(chOpenMsg->SenderChannel);

Completed in 60 milliseconds