OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UdpSocket2Windows
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h
35
class
UdpSocket2Windows
;
127
{if(s) return AddSocketPrv(reinterpret_cast<
UdpSocket2Windows
*>(s));
130
{if(s) return RemoveSocketPrv(reinterpret_cast<
UdpSocket2Windows
*>(s));
140
bool AddSocketPrv(
UdpSocket2Windows
* s);
141
bool RemoveSocketPrv(
UdpSocket2Windows
* s);
udp_socket2_win.cc
43
UdpSocket2Windows
::
UdpSocket2Windows
(const int32_t id,
64
"
UdpSocket2Windows
::
UdpSocket2Windows
()");
124
"
UdpSocket2Windows
::
UdpSocket2Windows
(), SOCKET_ERROR_NO_QOS,\
142
"
UdpSocket2Windows
::
UdpSocket2Windows
(), SOCKET_ERROR_NO_QOS");
161
"
UdpSocket2Windows
::
UdpSocket2Windows
(), INVALID_SOCKET,
[
all
...]
udp_socket2_win.h
38
class
UdpSocket2Windows
: public UdpSocketWrapper
41
UdpSocket2Windows
(const int32_t id, UdpSocketManager* mgr,
43
virtual ~
UdpSocket2Windows
();
udp_socket_wrapper.cc
96
s = new
UdpSocket2Windows
(id, mgr, ipV6Enable, disableGQOS);
udp_socket2_manager_win.cc
304
bool UdpSocket2ManagerWindows::AddSocketPrv(
UdpSocket2Windows
* s)
366
bool UdpSocket2ManagerWindows::RemoveSocketPrv(
UdpSocket2Windows
* s)
573
UdpSocket2Windows
* pSocket = NULL;
590
// in
UdpSocket2Windows
::IOCompleted(..).
Completed in 4649 milliseconds