Home
last modified time | relevance | path

Searched refs:bindUDPSocket (Results 1 – 3 of 3) sorted by relevance

/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-mssql/
H A Dvuln-mssql.cpp116 m_Nepenthes->getSocketMgr()->bindUDPSocket(0,port,0,timeout,this); in Init()
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/include/
H A DSocketManager.hpp63 …virtual Socket *bindUDPSocket(uint32_t localhost, uint16_t port,time_t bindtimeout,time_t acceptti…
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/src/
H A DSocketManager.cpp485 Socket *SocketManager::bindUDPSocket(uint32_t localhost, uint16_t port,time_t bindtimeout,time_t ac… in bindUDPSocket() function in SocketManager