Home
last modified time | relevance | path

Searched refs:getRemotePort (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/src/
H A DSocket.cpp228 uint16_t Socket::getRemotePort() in getRemotePort() function in Socket
443 ssString << getRemotePort(); in getDescription()
458 ssString << getRemotePort(); in getDescription()
474 ssString << getRemotePort(); in getDescription()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Ddhcp6to4_ipc_unittest.cc193 EXPECT_EQ(DHCP6_CLIENT_PORT, forwarded->getRemotePort()); in TEST_F()
258 EXPECT_EQ(DHCP6_CLIENT_PORT, forwarded->getRemotePort()); in TEST_F()
264 EXPECT_EQ(DHCP6_CLIENT_PORT, forwarded->getRemotePort()); in TEST_F()
315 EXPECT_EQ(ipc.client_port, forwarded->getRemotePort()); in TEST_F()
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-mssql/
H A DMSSQLDialogue.cpp98 logInfo("THCSql bindport 31337 from %s:%i \n",inet_ntoa(*(in_addr *)&ip),msg->getRemotePort()); in incomingData()
118 …("%s:%i asked us to join his SQLSlammer Party \n",inet_ntoa(*(in_addr *)&ip),msg->getRemotePort()); in incomingData()
/dports/net/nepenthes/nepenthes-0.2.2/modules/module-honeytrap/
H A DPCAPSocket.cpp188 rhost.c_str(),getRemotePort(), in Init()
191 rhost.c_str(),getRemotePort()); in Init()
233 rhost.c_str(),getRemotePort(), in Init()
H A Dmodule-honeytrap.cpp271 c.m_RemotePort = s->getRemotePort(); in socketDel()
347 c.m_RemotePort = ((SocketEvent *)event)->getSocket()->getRemotePort(); in handleEvent()
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-iis/
H A DIISDialogue.cpp125 …essage((char *)m_Buffer->getData(), m_Buffer->getSize(), msg->getLocalPort(), msg->getRemotePort(), in incomingData()
140 …essage((char *)m_Buffer->getData(), m_Buffer->getSize(), msg->getLocalPort(), msg->getRemotePort(), in incomingData()
/dports/devel/hadoop/jetty-6.1.14/modules/servlet-api-2.5/src/main/java/javax/servlet/
H A DServletRequestWrapper.java375 public int getRemotePort(){ in getRemotePort() method in ServletRequestWrapper
376 return this.request.getRemotePort(); in getRemotePort()
/dports/devel/hadoop2/jetty-6.1.14/modules/servlet-api-2.5/src/main/java/javax/servlet/
H A DServletRequestWrapper.java375 public int getRemotePort(){ in getRemotePort() method in ServletRequestWrapper
376 return this.request.getRemotePort(); in getRemotePort()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/Snap/Http/Server/
H A DTypes.hs44 , getRemotePort
318 getRemotePort :: PerSessionData -> Int
319 getRemotePort psd = _remotePort psd function
/dports/net/nepenthes/nepenthes-0.2.2/modules/module-bridge/
H A DBridgeDialogueAccept.cpp121 m_Socket->getRemotePort(), in ~BridgeDialogueAccept()
140 m_Socket->getRemotePort(), in ~BridgeDialogueAccept()
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-asn1/
H A DSMBDialogue.cpp116 …essage((char *)m_Buffer->getData(), m_Buffer->getSize(), msg->getLocalPort(), msg->getRemotePort(), in incomingData()
157 …essage((char *)m_Buffer->getData(), m_Buffer->getSize(), msg->getLocalPort(), msg->getRemotePort(), in incomingData()
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/
H A Ddhcp4to6_ipc.cc69 .arg(pkt->getRemotePort()) in handler()
165 .arg(rsp6->getRemotePort()) in handler()
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DDirectClient.cpp174 …t from " << IPtoString( m_socket->getRemoteIP() ) << ":" << m_socket->getRemotePort() << endl << s… in Parse()
597 … from " << IPtoString( m_socket->getRemoteIP() ) << ":" << m_socket->getRemotePort() << endl << o… in Decrypt()
606 …et to " << IPtoString( m_socket->getRemoteIP() ) << ":" << m_socket->getRemotePort() << endl << i… in Encrypt()
735 …et to " << IPtoString( m_socket->getRemoteIP() ) << ":" << m_socket->getRemotePort() << endl << b; in Send()
831 unsigned short DirectClient::getPort() const { return m_socket->getRemotePort(); } in getPort()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/
H A DHttpInetConnection.java45 int getRemotePort(); in getRemotePort() method
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/
H A DHttpInetConnection.java45 int getRemotePort(); in getRemotePort() method
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/conn/
H A DCPoolProxy.java180 public int getRemotePort() { in getRemotePort() method in CPoolProxy
181 return getValidConnection().getRemotePort(); in getRemotePort()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Dpkt_filter_test_utils.cc167 EXPECT_EQ(test_message_->getRemotePort(), rcvd_msg->getLocalPort()); in testRcvdMessageAddressPort()
168 EXPECT_EQ(test_message_->getLocalPort(), rcvd_msg->getRemotePort()); in testRcvdMessageAddressPort()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/conn/
H A DCPoolProxy.java180 public int getRemotePort() { in getRemotePort() method in CPoolProxy
181 return getValidConnection().getRemotePort(); in getRemotePort()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/io/
H A DEndPoint.java111 public int getRemotePort(); in getRemotePort() method
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/io/
H A DEndPoint.java111 public int getRemotePort(); in getRemotePort() method
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-ftpd/
H A Dvuln-ftpd.cpp260 m_Socket->getRemotePort(),m_Socket->getLocalHost(), in incomingData()
305 m_Socket->getRemotePort(),m_Socket->getLocalHost(), in incomingData()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/servlet/
H A DHttpRequestContext.java188 return new InetSocketAddress(getRemoteHost(), getRemotePort()); in getRemoteSocketAddress()
193 public abstract int getRemotePort (); in getRemotePort() method in HttpRequestContext
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/include/
H A DMessage.hpp65 virtual uint32_t getRemotePort();
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/SFML/include/SFML/Network/
H A DTcpSocket.hpp92 unsigned short getRemotePort() const;
/dports/devel/sfml/SFML-2.5.1/include/SFML/Network/
H A DTcpSocket.hpp92 unsigned short getRemotePort() const;

12345678