Searched refs:chOpenMsg (Results 1 – 2 of 2) sorted by relevance
1239 void Protocol::_apfChannelOpen(LMEChannelOpenRequestMessage *chOpenMsg, int *status) argument1245 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);
111 void _apfChannelOpen(LMEChannelOpenRequestMessage *chOpenMsg, int *status);