OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetToS
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_transport.h
217
virtual int32_t
SetToS
(const int32_t DSCP,
udp_transport_impl.h
80
int32_t
SetToS
(const int32_t DSCP,
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 1810 milliseconds