OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsabuf
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h
41
WSABUF
wsabuf
;
member in struct:webrtc::test::PerIoContext
udp_socket2_win.cc
372
pIoContext->
wsabuf
.buf = pIoContext->buffer;
373
pIoContext->
wsabuf
.len = static_cast<ULONG>(len);
395
retVal = WSASendTo(_socket, &pIoContext->
wsabuf
, 1, &numOfbytesSent,
511
pIOContext->
wsabuf
.buf),
565
pIoContext->
wsabuf
.buf = pIoContext->buffer;
566
pIoContext->
wsabuf
.len = sizeof(pIoContext->buffer);
591
&(pIoContext->
wsabuf
),
[
all
...]
Completed in 2088 milliseconds