Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/socket/
H A Dosl_DatagramSocket.cxx136 dsSocket.sendTo( saTargetSocketAddr, pTestString1, strlen( pTestString1 ) + 1 ); // "test socket" in run()
242 … sal_Int32 nSend = dsSocket.sendTo( saListenSocketAddr, pTestString2, strlen( pTestString2 ) + 1 ); in TEST_F()
261 … sal_Int32 nSend = dsSocket.sendTo( saListenSocketAddr, pTestString2, strlen( pTestString2 ) + 1 ); in TEST_F()
H A Dosl_Socket.cxx3101 dsSocket.sendTo( saTargetSocketAddr, pTestString1, strlen( pTestString1 ) + 1 ); // "test socket" in run()
3206 … sal_Int32 nSend = dsSocket.sendTo( saListenSocketAddr, pTestString2, strlen( pTestString2 ) + 1 ); in TEST_F()
3224 … sal_Int32 nSend = dsSocket.sendTo( saListenSocketAddr, pTestString2, strlen( pTestString2 ) + 1 ); in TEST_F()
/trunk/main/sal/inc/osl/
H A Dsocket_decl.hxx710 inline sal_Int32 SAL_CALL sendTo( const SocketAddr& ReceiverAddr,
H A Dsocket.hxx553 inline sal_Int32 DatagramSocket::sendTo( const SocketAddr& ReceiverAddr, in sendTo() function in osl::DatagramSocket
/trunk/main/extensions/source/logging/
H A Dsysloghandler.cxx306 … sal_Int32 sockRes = m_aSocket.sendTo( m_aSocketAddress, buffer.getStr(), buffer.getLength() ); in publish()
/trunk/main/vos/inc/vos/
H A Dsocket.hxx1116 sal_Int32 SAL_CALL sendTo(const OSocketAddr& ReceiverAddr,
/trunk/main/vos/source/
H A Dsocket.cxx1697 sal_Int32 ODatagramSocket::sendTo(const OSocketAddr& ReceiverAddr, in sendTo() function in ODatagramSocket

Completed in 57 milliseconds