Home
last modified time | relevance | path

Searched defs:peer_id (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/utils/
H A DBTPeerIDByteDecoder.java129 static void logUnknownClient(String peer_id) { in logUnknownClient()
136 String peer_id = null; in decode0() local
263 decode(byte[] peer_id) in decode()
304 public static String identifyAwkwardClient(byte[] peer_id) { in identifyAwkwardClient()
356 private static String decodeBitSpiritClient(String peer_id, byte[] peer_id_bytes) { in decodeBitSpiritClient()
363 private static String decodeBitCometClient(String peer_id, byte[] peer_id_bytes) { in decodeBitCometClient()
385 protected static String getPrintablePeerID(byte[] peer_id) { in getPrintablePeerID()
389 protected static String getPrintablePeerID(byte[] peer_id, char fallback_char) { in getPrintablePeerID()
408 private static String makePeerIDReadableAndUsable(byte[] peer_id) { in makePeerIDReadableAndUsable()
424 static byte[] peerIDStringToBytes(String peer_id) throws Exception { in peerIDStringToBytes()
[all …]
H A DClientIdentifier.java48 …ing peer_id_client_name, String az_msg_client_name, String az_msg_client_version, byte[] peer_id) { in identifyAZMP()
154 public static String identifyLTEP(String peer_id_name, String handshake_name, byte[] peer_id) { in identifyLTEP()
258 …String client_type_peer, String peer_id_name, String handshake_name, byte[] peer_id, String protoc… in checkForTransmissionBasedClients()
279 …er_id_name, String handshake_name, String discrepancy_type, String protocol_type, byte[] peer_id) { in asDiscrepancy()
298 …private static void assertDecode(String client_name, String peer_id, String handshake_name, String… in assertDecode()
321 …private static void assertDecodeAZMP(String client_name, String peer_id, String handshake_name, St… in assertDecodeAZMP()
325 …private static void assertDecodeLTEP(String client_name, String peer_id, String handshake_name) th… in assertDecodeLTEP()
329 …private static void assertDecodeExtProtocol(String client_name, String peer_id, String handshake_n… in assertDecodeExtProtocol()
334 …private static void assertDecodeBT(String client_name, String peer_id, String handshake_reserved) … in assertDecodeBT()
H A DBTPeerIDByteDecoderUtils.java76 public static boolean isAzStyle(String peer_id) { in isAzStyle()
127 public static boolean isShadowStyle(String peer_id) { in isShadowStyle()
149 public static boolean isMainlineStyle(String peer_id) { in isMainlineStyle()
159 public static boolean isPossibleSpoofClient(String peer_id) { in isPossibleSpoofClient()
163 public static String getMainlineStyleVersionNumber(String peer_id) { in getMainlineStyleVersionNumber()
175 public static String getShadowStyleVersionNumber(String peer_id) { in getShadowStyleVersionNumber()
304 public static String extractReadableVersionSubstringFromPeerID(String peer_id) { in extractReadableVersionSubstringFromPeerID()
H A DPeerClassifier.java45 public static String getClientDescription( byte[] peer_id ) { in getClientDescription()
56 public static String getPrintablePeerID( byte[] peer_id ) { in getPrintablePeerID()
/dports/games/minetest/minetest-5.4.1/src/
H A Dserver.cpp988 session_t peer_id; in Receive() local
1119 u32 peer_id = pkt->getPeerId(); in ProcessData() local
1327 void Server::SendMovement(session_t peer_id) in SendMovement()
1354 session_t peer_id = playersao->getPeerID(); in SendPlayerHPOrDie() local
1407 void Server::SendItemDef(session_t peer_id, in SendItemDef()
1430 void Server::SendNodeDef(session_t peer_id, in SendNodeDef()
1797 void Server::SendPlayerHP(session_t peer_id) in SendPlayerHP()
3400 session_t peer_id = PEER_ID_INEXISTENT; in spawnParticle() local
3420 session_t peer_id = PEER_ID_INEXISTENT; in addParticleSpawner() local
3448 session_t peer_id = PEER_ID_INEXISTENT; in deleteParticleSpawner() local
[all …]
H A Dmodchannels.cpp25 bool ModChannel::registerConsumer(session_t peer_id) in registerConsumer()
36 bool ModChannel::removeConsumer(session_t peer_id) in removeConsumer()
115 bool ModChannelMgr::joinChannel(const std::string &channel, session_t peer_id) in joinChannel()
123 bool ModChannelMgr::leaveChannel(const std::string &channel, session_t peer_id) in leaveChannel()
138 void ModChannelMgr::leaveAllChannels(session_t peer_id) in leaveAllChannels()
H A Dclientiface.cpp698 void ClientInterface::send(session_t peer_id, u8 channelnum, in send()
743 RemoteClient* ClientInterface::getClientNoEx(session_t peer_id, ClientState state_min) in getClientNoEx()
758 RemoteClient* ClientInterface::lockedGetClientNoEx(session_t peer_id, ClientState state_min) in lockedGetClientNoEx()
772 ClientState ClientInterface::getClientState(session_t peer_id) in getClientState()
784 void ClientInterface::setPlayerName(session_t peer_id, const std::string &name) in setPlayerName()
794 void ClientInterface::DeleteClient(session_t peer_id) in DeleteClient()
824 void ClientInterface::CreateClient(session_t peer_id) in CreateClient()
839 void ClientInterface::event(session_t peer_id, ClientStateEvent event) in event()
861 u16 ClientInterface::getProtocolVersion(session_t peer_id) in getProtocolVersion()
875 void ClientInterface::setClientVersion(session_t peer_id, u8 major, u8 minor, u8 patch, in setClientVersion()
/dports/devel/py-oci/oci-2.53.1/src/oci/core/models/
H A Dconnect_local_peering_gateways_details.py37 def peer_id(self): member in ConnectLocalPeeringGatewaysDetails
51 def peer_id(self, peer_id): argument
H A Dconnect_remote_peering_connections_details.py44 def peer_id(self): member in ConnectRemotePeeringConnectionsDetails
58 def peer_id(self, peer_id): member in ConnectRemotePeeringConnectionsDetails
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dclientiface.cpp786 void ClientInterface::send(u16 peer_id,u8 channelnum, in send()
811 RemoteClient* ClientInterface::getClientNoEx(u16 peer_id, ClientState state_min) in getClientNoEx()
817 std::shared_ptr<RemoteClient> ClientInterface::getClient(u16 peer_id, ClientState state_min) { in getClient()
831 RemoteClient* ClientInterface::lockedGetClientNoEx(u16 peer_id, ClientState state_min) in lockedGetClientNoEx()
836 ClientState ClientInterface::getClientState(u16 peer_id) in getClientState()
848 void ClientInterface::setPlayerName(u16 peer_id,std::string name) in setPlayerName()
857 void ClientInterface::DeleteClient(u16 peer_id) in DeleteClient()
888 void ClientInterface::CreateClient(u16 peer_id) in CreateClient()
902 void ClientInterface::event(u16 peer_id, ClientStateEvent event) in event()
918 u16 ClientInterface::getProtocolVersion(u16 peer_id) in getProtocolVersion()
[all …]
H A Dserver.cpp1304 u16 peer_id = *i; in AsyncRunStep() local
1520 u16 peer_id; in Receive() local
3298 u16 peer_id, in getClientInfo()
3355 void Server::SendMovement(u16 peer_id) in SendMovement()
3381 void Server::SendHP(u16 peer_id, u8 hp) in SendHP()
3443 void Server::SendItemDef(u16 peer_id, in SendItemDef()
3470 void Server::SendNodeDef(u16 peer_id, in SendNodeDef()
3501 void Server::SendInventory(u16 peer_id) in SendInventory()
3859 void Server::SendPlayerHP(u16 peer_id) in SendPlayerHP()
4665 void Server::DiePlayer(u16 peer_id) in DiePlayer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/internal/mediums/webrtc/
H A Dpeer_id_test.cc30 PeerId peer_id = PeerId::FromRandom(); in TEST() local
41 PeerId peer_id = PeerId::FromSeed(seed_bytes); in TEST() local
49 PeerId peer_id(id); in TEST() local
/dports/games/minetest/minetest-5.4.1/src/network/
H A Dserverpackethandler.cpp56 session_t peer_id = pkt->getPeerId(); in handleCommand_Init() local
284 session_t peer_id = pkt->getPeerId(); in handleCommand_Init2() local
352 session_t peer_id = pkt->getPeerId(); in handleCommand_RequestMedia() local
372 session_t peer_id = pkt->getPeerId(); in handleCommand_ClientReady() local
523 session_t peer_id = pkt->getPeerId(); in handleCommand_PlayerPos() local
584 session_t peer_id = pkt->getPeerId(); in handleCommand_InventoryAction() local
765 session_t peer_id = pkt->getPeerId(); in handleCommand_ChatMessage() local
791 session_t peer_id = pkt->getPeerId(); in handleCommand_Damage() local
834 session_t peer_id = pkt->getPeerId(); in handleCommand_PlayerItem() local
872 session_t peer_id = pkt->getPeerId(); in handleCommand_Respawn() local
[all …]
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dtgl-structures.h89 static inline tgl_message_id_t tgl_peer_id_to_msg_id (tgl_peer_id_t peer_id, long long msg_id) { in tgl_peer_id_to_msg_id()
98 static inline tgl_message_id_t tgl_peer_id_to_random_msg_id (tgl_peer_id_t peer_id) { in tgl_peer_id_to_random_msg_id()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dtgl-structures.h89 static inline tgl_message_id_t tgl_peer_id_to_msg_id (tgl_peer_id_t peer_id, long long msg_id) { in tgl_peer_id_to_msg_id()
98 static inline tgl_message_id_t tgl_peer_id_to_random_msg_id (tgl_peer_id_t peer_id) { in tgl_peer_id_to_random_msg_id()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/peer/impl/
H A DPEPeerControlFactory.java39 byte[] peer_id, in create()
48 byte[] peer_id, in create()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/peer/
H A DPEPeerManagerFactory.java38 byte[] peer_id, in create()
47 byte[] peer_id, in create()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/rdma/
H A Dosc_rdma_peer.c36 …se_endpoint_t *ompi_osc_rdma_peer_btl_endpoint (struct ompi_osc_rdma_module_t *module, int peer_id) in ompi_osc_rdma_peer_btl_endpoint()
57 int ompi_osc_rdma_new_peer (struct ompi_osc_rdma_module_t *module, int peer_id, ompi_osc_rdma_peer_… in ompi_osc_rdma_new_peer()
244 …dma_peer_t *ompi_osc_rdma_peer_lookup_internal (struct ompi_osc_rdma_module_t *module, int peer_id) in ompi_osc_rdma_peer_lookup_internal()
280 …mpi_osc_rdma_peer_t *ompi_osc_rdma_peer_lookup (struct ompi_osc_rdma_module_t *module, int peer_id) in ompi_osc_rdma_peer_lookup()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/rdma/
H A Dosc_rdma_peer.c36 …se_endpoint_t *ompi_osc_rdma_peer_btl_endpoint (struct ompi_osc_rdma_module_t *module, int peer_id) in ompi_osc_rdma_peer_btl_endpoint()
57 int ompi_osc_rdma_new_peer (struct ompi_osc_rdma_module_t *module, int peer_id, ompi_osc_rdma_peer_… in ompi_osc_rdma_new_peer()
244 …dma_peer_t *ompi_osc_rdma_peer_lookup_internal (struct ompi_osc_rdma_module_t *module, int peer_id) in ompi_osc_rdma_peer_lookup_internal()
280 …mpi_osc_rdma_peer_t *ompi_osc_rdma_peer_lookup (struct ompi_osc_rdma_module_t *module, int peer_id) in ompi_osc_rdma_peer_lookup()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/examples/peerconnection/client/
H A Dpeer_connection_client.cc149 bool PeerConnectionClient::SendToPeer(int peer_id, const std::string& message) { in SendToPeer()
170 bool PeerConnectionClient::SendHangUp(int peer_id) { in SendHangUp()
243 void PeerConnectionClient::OnMessageFromPeer(int peer_id, in OnMessageFromPeer()
327 size_t peer_id = 0, eoh = 0; in OnRead() local
379 size_t peer_id = 0, eoh = 0; in OnHangingGetRead() local
449 size_t* peer_id, in ParseServerResponse()
/dports/net-im/uTox/uTox/src/
H A Dgroups.c98 uint32_t group_add_message(GROUPCHAT *g, uint32_t peer_id, const uint8_t *message, size_t length, u… in group_add_message()
156 void group_peer_add(GROUPCHAT *g, uint32_t peer_id, bool UNUSED(our_peer_number), uint32_t name_col… in group_peer_add()
189 void group_peer_del(GROUPCHAT *g, uint32_t peer_id) { in group_peer_del()
215 void group_peer_name_change(GROUPCHAT *g, uint32_t peer_id, const uint8_t *name, size_t length) { in group_peer_name_change()
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/
H A Dversion.cpp18 void SetClientInfo(const QString &name, const QString &version, const QString &peer_id) in SetClientInfo()
27 …o(const QString &name, int major, int minor, int release, VersionType type, const QString &peer_id) in SetClientInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc148 bool PeerConnectionClient::SendToPeer(int peer_id, const std::string& message) { in SendToPeer()
169 bool PeerConnectionClient::SendHangUp(int peer_id) { in SendHangUp()
244 void PeerConnectionClient::OnMessageFromPeer(int peer_id, in OnMessageFromPeer()
325 size_t peer_id = 0, eoh = 0; in OnRead() local
378 size_t peer_id = 0, eoh = 0; in OnHangingGetRead() local
449 size_t* peer_id, in ParseServerResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc150 bool PeerConnectionClient::SendToPeer(int peer_id, const std::string& message) { in SendToPeer()
171 bool PeerConnectionClient::SendHangUp(int peer_id) { in SendHangUp()
246 void PeerConnectionClient::OnMessageFromPeer(int peer_id, in OnMessageFromPeer()
327 size_t peer_id = 0, eoh = 0; in OnRead() local
380 size_t peer_id = 0, eoh = 0; in OnHangingGetRead() local
451 size_t* peer_id, in ParseServerResponse()
/dports/www/elinks/elinks-0.11.7/src/protocol/bittorrent/
H A Dcommon.c26 get_peer_id(bittorrent_id_T peer_id) in get_peer_id()
141 init_bittorrent_peer_id(bittorrent_id_T peer_id) in init_bittorrent_peer_id()
472 get_bittorrent_blacklist_item(bittorrent_id_T peer_id) in get_bittorrent_blacklist_item()
484 add_bittorrent_blacklist_flags(bittorrent_id_T peer_id, in add_bittorrent_blacklist_flags()
505 del_bittorrent_blacklist_flags(bittorrent_id_T peer_id, in del_bittorrent_blacklist_flags()
521 get_bittorrent_blacklist_flags(bittorrent_id_T peer_id) in get_bittorrent_blacklist_flags()

12345678910>>...19