OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTOS
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.h
45
int32_t
SetTOS
(const int32_t serviceType) override;
udp_socket_wrapper.h
73
virtual int32_t
SetTOS
(const int32_t serviceType) = 0;
udp_socket2_win.h
76
int32_t
SetTOS
(const int32_t serviceType) override;
udp_transport_unittest.cc
37
MOCK_METHOD1(
SetTOS
, int32_t(int32_t));
udp_socket_posix.cc
129
int32_t UdpSocketPosix::
SetTOS
(int32_t serviceType)
udp_socket2_win.cc
808
int32_t UdpSocket2Windows::
SetTOS
(int32_t serviceType)
[
all
...]
udp_transport_impl.cc
727
int32_t UdpTransportImpl::
SetToS
(int32_t DSCP, bool useSetSockOpt)
903
if (rtpSock->
SetTOS
(DSCP) != 0)
910
if (rtcpSock->
SetTOS
(DSCP) != 0)
[
all
...]
Completed in 117 milliseconds