Searched refs:UdpEndpoint (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp38 // lock before holding a child UdpEndpoint's lock. This restriction
78 class UdpEndpoint : public net_protocol, public DatagramSocket<> { class in inherits:net_protocol,DatagramSocket
80 UdpEndpoint(net_socket* socket);
106 UdpEndpoint*& HashTableLink() { return fLink; }
113 // an active UdpEndpoint is part of the
117 UdpEndpoint* fLink;
126 typedef UdpEndpoint ValueType;
138 size_t Hash(UdpEndpoint *endpoint) const
151 bool Compare(const KeyType &key, UdpEndpoint *endpoint) const
157 UdpEndpoint *
939 UdpEndpoint::UdpEndpoint(net_socket *socket) function in class:UdpEndpoint
[all...]

Completed in 33 milliseconds