Home
last modified time | relevance | path

Searched refs:peerName (Results 176 – 200 of 1168) sorted by relevance

12345678910>>...47

/dports/security/php81-openssl/php-8.1.1/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt29 $peerName = 'openssl_peer_fingerprint_basic';
54 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
62 $clientCode = sprintf($clientCode, $cacertFile, $peerName, $brokenMd5, $actualSha256);
H A Dpeer_verification.phpt30 $peerName = 'peer_verification';
61 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
66 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php73/php-7.3.33/ext/openssl/tests/
H A Dbug65538_003.phpt46 $peerName = 'bug65538_003';
59 $clientCode = sprintf($clientCode, $cacertPhar, $cacertFile, $peerName);
63 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dsession_meta_capture.phpt30 $peerName = 'session_meta_capture';
58 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
63 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dstream_crypto_flags_002.phpt30 $peerName = 'stream_crypto_flags_002';
54 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
59 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php74/php-7.4.27/ext/openssl/tests/
H A Dsession_meta_capture.phpt31 $peerName = 'session_meta_capture';
60 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
65 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug65538_003.phpt46 $peerName = 'bug65538_003';
59 $clientCode = sprintf($clientCode, $cacertPhar, $cacertFile, $peerName);
63 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dstream_crypto_flags_002.phpt31 $peerName = 'stream_crypto_flags_002';
56 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
61 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dstream_crypto_flags_003.phpt35 $peerName = 'stream_crypto_flags_003';
57 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
62 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php80/php-8.0.15/ext/openssl/tests/
H A Dstream_crypto_flags_002.phpt31 $peerName = 'stream_crypto_flags_002';
56 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
61 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dstream_crypto_flags_003.phpt35 $peerName = 'stream_crypto_flags_003';
57 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
62 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dbug65538_003.phpt46 $peerName = 'bug65538_003';
59 $clientCode = sprintf($clientCode, $cacertPhar, $cacertFile, $peerName);
63 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/news/nzbget/nzbget-21.1/daemon/connect/
H A DConnection.cpp1108 char peerName[1024]; in GetRemoteAddr() local
1109 int peerNameLength = sizeof(peerName); in GetRemoteAddr()
1120 inet_ntop(((sockaddr_in*)&peerName)->sin_family, in GetRemoteAddr()
1121 ((sockaddr_in*)&peerName)->sin_family == AF_INET6 ? in GetRemoteAddr()
1122 (void*)&((sockaddr_in6*)&peerName)->sin6_addr : in GetRemoteAddr()
1123 (void*)&((sockaddr_in*)&peerName)->sin_addr, in GetRemoteAddr()
1130 m_remoteAddr = inet_ntoa(((sockaddr_in*)&peerName)->sin_addr); in GetRemoteAddr()
1133 inet_ntop(((sockaddr_in*)&peerName)->sin_family, in GetRemoteAddr()
1134 ((sockaddr_in*)&peerName)->sin_family == AF_INET6 ? in GetRemoteAddr()
1135 (void*)&((sockaddr_in6*)&peerName)->sin6_addr : in GetRemoteAddr()
[all …]
/dports/databases/py-carbon/carbon-1.1.8/lib/carbon/
H A Dprotocols.py123 self.peerName = self.getPeerName()
127 self.__class__.__name__, self.peerName))
155 "%s connection with %s closed cleanly" % (self.__class__.__name__, self.peerName))
160 "%s connection with %s lost: %s" % (self.__class__.__name__, self.peerName, reason.value))
202 (self.peerName, repr(line.strip())[1:-1]))
254 self.peerName, exc))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/cmd/p2psim/
H A Dmain.go359 peerName := args[1]
360 if err := client.ConnectNode(nodeName, peerName); err != nil {
363 fmt.Fprintln(ctx.App.Writer, "Connected", nodeName, "to", peerName)
373 peerName := args[1]
374 if err := client.DisconnectNode(nodeName, peerName); err != nil {
377 fmt.Fprintln(ctx.App.Writer, "Disconnected", nodeName, "from", peerName)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/p2psim/
H A Dmain.go359 peerName := args[1]
360 if err := client.ConnectNode(nodeName, peerName); err != nil {
363 fmt.Fprintln(ctx.App.Writer, "Connected", nodeName, "to", peerName)
373 peerName := args[1]
374 if err := client.DisconnectNode(nodeName, peerName); err != nil {
377 fmt.Fprintln(ctx.App.Writer, "Disconnected", nodeName, "from", peerName)
/dports/games/0ad/0ad-0.0.23b-alpha/source/network/
H A DNetHost.cpp26 bool CNetHost::SendMessage(const CNetMessage* message, ENetPeer* peer, const char* peerName) in SendMessage() argument
32 …e %s of size %lu to %s", message->ToString().c_str(), (unsigned long)packet->dataLength, peerName); in SendMessage()
/dports/lang/php73/php-7.3.33/ext/openssl/tests/
H A Dpeer_verification.phpt29 $peerName = 'peer_verification';
60 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
65 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dopenssl_peer_fingerprint_basic.phpt28 $peerName = 'openssl_peer_fingerprint_basic';
53 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
61 $clientCode = sprintf($clientCode, $cacertFile, $peerName, $brokenMd5, $actualSha256);
/dports/lang/php81/php-8.1.1/ext/openssl/tests/
H A Dpeer_verification.phpt30 $peerName = 'peer_verification';
61 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
66 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/www/mod_php81/php-8.1.1/ext/openssl/tests/
H A Dpeer_verification.phpt30 $peerName = 'peer_verification';
61 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
66 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
/dports/lang/php80/php-8.0.15/ext/openssl/tests/
H A Dpeer_verification.phpt29 $peerName = 'peer_verification';
60 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
65 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
H A Dopenssl_peer_fingerprint_basic.phpt28 $peerName = 'openssl_peer_fingerprint_basic';
53 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
61 $clientCode = sprintf($clientCode, $cacertFile, $peerName, $brokenMd5, $actualSha256);
/dports/lang/php74/php-7.4.27/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt28 $peerName = 'openssl_peer_fingerprint_basic';
53 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);
61 $clientCode = sprintf($clientCode, $cacertFile, $peerName, $brokenMd5, $actualSha256);
H A Dpeer_verification.phpt29 $peerName = 'peer_verification';
60 $clientCode = sprintf($clientCode, $cacertFile, $peerName);
65 $certificateGenerator->saveNewCertAsFileWithKey($peerName, $certFile);

12345678910>>...47