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

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h29 class TCPEndpoint;
35 typedef TCPEndpoint ValueType;
45 size_t Hash(TCPEndpoint* endpoint) const;
47 TCPEndpoint* endpoint) const;
48 TCPEndpoint*& GetLink(TCPEndpoint* endpoint) const;
58 typedef TCPEndpoint ValueType;
61 size_t Hash(TCPEndpoint* endpoint) const;
62 bool Compare(uint16 port, TCPEndpoint* endpoint) const;
63 bool CompareValues(TCPEndpoint* firs
[all...]
H A DEndpointManager.cpp21 #include "TCPEndpoint.h"
39 Bind(TCPEndpoint* endpoint, ConstSocketAddress& address, bool ephemeral)
48 Bind(TCPEndpoint* endpoint, SocketAddress& address, bool ephemeral)
64 TCPEndpoint* fEndpoint;
71 Connect(TCPEndpoint* endpoint)
87 TCPEndpoint* fEndpoint;
94 Unbind(TCPEndpoint* endpoint)
119 TCPEndpoint* fEndpoint;
153 ConnectionHashDefinition::Hash(TCPEndpoint* endpoint) const
161 TCPEndpoint* endpoin
[all...]
H A Dtcp.cpp13 #include "TCPEndpoint.h"
301 TCPEndpoint* endpoint = (TCPEndpoint*)parse_expression(argv[1]);
479 TCPEndpoint* protocol = new (std::nothrow) TCPEndpoint(socket);
488 TRACE(("Creating new TCPEndpoint: %p\n", protocol));
497 TRACE(("Deleting TCPEndpoint: %p\n", protocol));
498 delete (TCPEndpoint*)protocol;
506 return ((TCPEndpoint*)protocol)->Open();
513 return ((TCPEndpoint*)protoco
[all...]
H A DTCPEndpoint.cpp12 #include "TCPEndpoint.h"
93 Receive(TCPEndpoint* endpoint, tcp_segment_header& segment, uint32 window,
117 TCPEndpoint* fEndpoint;
129 Send(TCPEndpoint* endpoint, tcp_segment_header& segment, net_buffer* buffer,
155 TCPEndpoint* fEndpoint;
168 State(TCPEndpoint* endpoint)
183 TCPEndpoint* fEndpoint;
189 Spawn(TCPEndpoint* listeningEndpoint, TCPEndpoint* spawnedEndpoint)
203 TCPEndpoint* fListeningEndpoin
419 TCPEndpoint::TCPEndpoint(net_socket* socket) function in class:TCPEndpoint
[all...]
H A DTCPEndpoint.h29 class TCPEndpoint : public net_protocol, public ProtocolSocket { class in inherits:net_protocol,ProtocolSocket
31 TCPEndpoint(net_socket* socket);
32 ~TCPEndpoint();
91 int32 _Spawn(TCPEndpoint* parent, tcp_segment_header& segment,
127 TCPEndpoint* fConnectionHashLink;
128 TCPEndpoint* fEndpointHashLink;

Completed in 100 milliseconds