Home
last modified time | relevance | path

Searched refs:pingMessage (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ukey2/src/src/main/javatest/com/google/security/cryptauth/lib/securegcm/
H A DD2DConnectionContextTest.java83 byte[] pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testPeerToPeerProtocol()
99 pingMessage[2] = (byte) (pingMessage[2] + 1); // twiddle with the message in testPeerToPeerProtocol()
101 responderCtx.decodeMessageFromPeerAsString(pingMessage); in testPeerToPeerProtocol()
147 byte[] pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testResponderSendsFirst()
150 pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testResponderSendsFirst()
153 pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testResponderSendsFirst()
179 byte[] pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testAssymmetricFlows()
182 pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testAssymmetricFlows()
185 pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testAssymmetricFlows()
247 byte[] pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testErrorWhenResponderEchoesInitiatorMessage()
[all …]
H A DD2DDiffieHellmanKeyExchangeHandshakeTest.java311 byte[] pingMessage = initiatorCtx.encodeMessageToPeer(PING); in testErrorWhenInitiatorResendsMessage()
312 assertEquals(PING, responderCtx.decodeMessageFromPeerAsString(pingMessage)); in testErrorWhenInitiatorResendsMessage()
316 responderCtx.decodeMessageFromPeerAsString(pingMessage); in testErrorWhenInitiatorResendsMessage()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_events/interprocess/
H A Djuce_ConnectedChildProcess.cpp30 static const char* pingMessage = "__ipc_p_"; variable
71 if (--countdown <= 0 || ! sendPingMessage ({ pingMessage, specialMessageSize })) in run()
113 if (m.getSize() != specialMessageSize || ! isMessageType (m, pingMessage)) in messageReceived()
213 if (isMessageType (m, pingMessage)) in messageReceived()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_events/interprocess/
H A Djuce_ConnectedChildProcess.cpp30 static const char* pingMessage = "__ipc_p_"; variable
71 if (--countdown <= 0 || ! sendPingMessage ({ pingMessage, specialMessageSize })) in run()
113 if (m.getSize() != specialMessageSize || ! isMessageType (m, pingMessage)) in messageReceived()
213 if (isMessageType (m, pingMessage)) in messageReceived()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_events/interprocess/
H A Djuce_ConnectedChildProcess.cpp30 static const char* pingMessage = "__ipc_p_"; variable
71 if (--countdown <= 0 || ! sendPingMessage ({ pingMessage, specialMessageSize })) in run()
113 if (m.getSize() != specialMessageSize || ! isMessageType (m, pingMessage)) in messageReceived()
213 if (isMessageType (m, pingMessage)) in messageReceived()
/dports/net/wireguard-tools/wireguard-tools-1.0.20210914/contrib/external-tests/go/
H A Dmain.go112 pingMessage, _ := (&icmp.Message{
123 TotalLen: ipv4.HeaderLen + len(pingMessage),
129 …binary.BigEndian.PutUint16(pingHeader[2:], uint16(ipv4.HeaderLen+len(pingMessage))) // fix the len…
130 pingData := append(append(pingHeader, pingMessage...), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/src/ableton/link/
H A Dtst_PingResponder.cpp91 const auto msgEnd = v1::pingMessage(payload, msgBegin);
129 const auto msgEnd = v1::pingMessage(payload, msgBegin);
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DConnection.cpp125 if( !sendData( Protocol::instance().pingMessage() ) ) in sendPing()
H A DProtocol.h53 QByteArray pingMessage() const;
H A DConnectionSocket.cpp43 m_pingByteArraySize = Protocol::instance().pingMessage().size() + 10; in ConnectionSocket()
H A DProtocol.cpp270 QByteArray Protocol::pingMessage() const in pingMessage() function in Protocol
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/link/v1/
H A DMessages.hpp102 It pingMessage(const Payload& payload, It out) in pingMessage() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/link/v1/
H A DMessages.hpp102 It pingMessage(const Payload& payload, It out)
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/link/
H A DMeasurement.hpp201 const auto msgEnd = v1::pingMessage(payload, msgBegin); in sendPing()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/link/
H A DMeasurement.hpp228 const auto msgEnd = v1::pingMessage(payload, msgBegin); in sendPing()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/gempir/go-twitch-irc/v2/
H A Dclient.go23 pingMessage = "PING :" + pingSignature const
769 c.send(pingMessage)
H A Dclient_test.go1279 if message == pingMessage {
1356 if message == pingMessage {
1525 if message == pingMessage {
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/tests/auto/ircmessage/
H A Dtst_ircmessage.cpp884 IrcPingMessage* pingMessage = qobject_cast<IrcPingMessage*>(message); in testPingMessage() local
885 QVERIFY(pingMessage); in testPingMessage()
886 QVERIFY(pingMessage->isValid()); in testPingMessage()
887 QCOMPARE(pingMessage->argument(), QString("arg")); in testPingMessage()
/dports/security/bzrtp/bzrtp-1.0.6/src/
H A DpacketParser.c1324 bzrtpPingMessage_t *pingMessage; in bzrtp_createZrtpPacket() local
1333 pingMessage = (bzrtpPingMessage_t *)pingPacket->messageData; in bzrtp_createZrtpPacket()
1342 memcpy(zrtpPingAckMessage->endpointHashReceived, pingMessage->endpointHash, 8); in bzrtp_createZrtpPacket()