Searched refs:udpSendToMessage (Results 1 – 2 of 2) sorted by relevance
| /titanic_41/usr/src/cmd/lms/ |
| H A D | Protocol.cpp | 1189 void Protocol::_aptSendUdp(LMEUdpSendToMessage *udpSendToMessage, int *status) argument 1193 SOCKET s = ATNetworkTool::Connect(udpSendToMessage->Address.c_str(), 1194 udpSendToMessage->Port, error, 1202 int count = _send(s, (char *)udpSendToMessage->Data, udpSendToMessage->DataLength, error); 1203 PRINT("Sent UDP data: %d bytes of %d.\n", count, udpSendToMessage->DataLength);
|
| H A D | Protocol.h | 109 void _aptSendUdp(LMEUdpSendToMessage *udpSendToMessage, int *status);
|