UdpEndpointManager
sUdpEndpointManager = new (std::nothrow) UdpEndpointManager;
add_debugger_command("udp_endpoints", UdpEndpointManager::DumpEndpoints,
UdpEndpointManager::DumpEndpoints);
UdpEndpointManager();
~UdpEndpointManager();
static UdpEndpointManager *sUdpEndpointManager;
UdpEndpointManager::UdpEndpointManager()
UdpEndpointManager::~UdpEndpointManager()
UdpEndpointManager::InitCheck() const
UdpEndpointManager::DumpEndpoints(int argc, char *argv[])
UdpEndpointManager::ReceiveData(net_buffer *buffer)
UdpEndpointManager::ReceiveError(status_t error, net_buffer* buffer)
UdpEndpointManager::Deframe(net_buffer* buffer)
UdpEndpointManager::OpenEndpoint(UdpEndpoint *endpoint)
UdpEndpointManager::FreeEndpoint(UdpDomainSupport *domain)
UdpEndpointManager::_GetDomain(net_buffer* buffer)
UdpEndpointManager::_GetDomainSupport(net_domain* domain, bool create)
UdpEndpointManager::_GetDomainSupport(net_buffer* buffer)