Home | History | Annotate | Download | only in sockets_udp

Lines Matching defs:socket_id

31 ResumableUDPSocket* UDPSocketAsyncApiFunction::GetUdpSocket(int socket_id) {
32 return static_cast<ResumableUDPSocket*>(GetSocket(socket_id));
45 int socket_id) {
46 return static_cast<ResumableUDPSocket*>(GetSocket(socket_id));
50 int socket_id,
56 socket_info->socket_id = socket_id;
109 create_info.socket_id = AddSocket(socket);
124 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
153 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
163 params_->socket_id);
189 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
205 params_->socket_id);
227 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
254 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
302 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
309 RemoveSocket(params_->socket_id);
324 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
331 CreateSocketInfo(params_->socket_id, socket);
348 int socket_id = *it;
349 ResumableUDPSocket* socket = GetUdpSocket(socket_id);
351 socket_infos.push_back(CreateSocketInfo(socket_id, socket));
369 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
401 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
436 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
462 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
485 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);