Home
last modified time | relevance | path

Searched refs:SetSockopt (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.cc116 bool UdpSocketPosix::SetSockopt(int32_t level, int32_t optname, in SetSockopt() function in webrtc::test::UdpSocketPosix
131 if (SetSockopt(IPPROTO_IP, IP_TOS ,(int8_t*)&serviceType ,4) != 0) in SetTOS()
Dudp_socket_posix.h40 bool SetSockopt(int32_t level,
Dudp_socket_wrapper.h69 virtual bool SetSockopt(int32_t level, int32_t optname,
Dudp_transport_unittest.cc34 MOCK_METHOD4(SetSockopt, bool(int32_t, int32_t,
Dudp_socket2_win.h50 bool SetSockopt(int32_t level,
Dudp_transport_impl.cc883 if (!rtpSock->SetSockopt(IPPROTO_IP, IP_TOS, in SetToS()
891 if (!rtcpSock->SetSockopt(IPPROTO_IP, IP_TOS, in SetToS()
1003 if (!rtpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP, in SetPCP()
1011 if (!rtcpSock->SetSockopt(SOL_SOCKET, SO_PRIORITY, (int8_t*) &PCP, in SetPCP()
1390 if (!_ptrRtpSocket->SetSockopt(IPPROTO_IP,IP_ADD_MEMBERSHIP, in BindLocalRTPSocket()
1462 if (!_ptrRtcpSocket->SetSockopt(IPPROTO_IP,IP_ADD_MEMBERSHIP, in BindLocalRTCPSocket()
1709 if (!rtpSock->SetSockopt(IPPROTO_IP, IP_MULTICAST_TTL, in InitializeSendSockets()
1720 if (!rtcpSock->SetSockopt(IPPROTO_IP, IP_MULTICAST_TTL, in InitializeSendSockets()
Dudp_socket2_win.cc257 bool UdpSocket2Windows::SetSockopt(int32_t level, int32_t optname, in SetSockopt() function in webrtc::test::UdpSocket2Windows
830 if(SetSockopt(IPPROTO_IP,IP_TOS , in SetTOS()