Home
last modified time | relevance | path

Searched refs:BNetEndpoint (Results 1 – 19 of 19) sorted by relevance

/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp21 BNetEndpoint::BNetEndpoint(int type) in BNetEndpoint() function in BNetEndpoint
34 BNetEndpoint::BNetEndpoint(int family, int type, int protocol) in BNetEndpoint() function in BNetEndpoint
47 BNetEndpoint::BNetEndpoint(BMessage* archive) in BNetEndpoint() function in BNetEndpoint
88 BNetEndpoint::BNetEndpoint(const BNetEndpoint& endpoint) in BNetEndpoint() function in BNetEndpoint
109 BNetEndpoint::BNetEndpoint(const BNetEndpoint& endpoint, int socket, in BNetEndpoint() function in BNetEndpoint
125 BNetEndpoint&
126 BNetEndpoint::operator=(const BNetEndpoint& endpoint) in operator =()
152 BNetEndpoint::~BNetEndpoint() in ~BNetEndpoint()
163 BNetEndpoint::Archive(BMessage* into, bool deep) const in Archive()
201 BNetEndpoint::Instantiate(BMessage* archive) in Instantiate()
[all …]
/haiku/headers/os/net/
H A DNetEndpoint.h18 class BNetEndpoint : public BArchivable {
20 BNetEndpoint(int type = SOCK_STREAM);
21 BNetEndpoint(int family, int type, int protocol);
22 BNetEndpoint(const BNetEndpoint& other);
23 BNetEndpoint(BMessage* archive);
24 virtual ~BNetEndpoint();
26 BNetEndpoint& operator=(const BNetEndpoint& other);
51 virtual BNetEndpoint* Accept(int32 timeout = -1);
81 BNetEndpoint(const BNetEndpoint& other, int socket,
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.h15 class BNetEndpoint; variable
18 typedef status_t (*NewConnectionCallback)(void *cookie, BNetEndpoint &endpoint);
23 NetReceiver(BNetEndpoint *endpoint,
29 BNetEndpoint * Endpoint() { return fEndpoint.Get(); } in Endpoint()
36 BNetEndpoint * fListener;
45 ObjectDeleter<BNetEndpoint>
H A DNetSender.h14 class BNetEndpoint; variable
19 NetSender(BNetEndpoint *endpoint,
27 BNetEndpoint * fEndpoint;
H A DRemoteHWInterface.h17 class BNetEndpoint; variable
104 BNetEndpoint &endpoint);
105 status_t _NewConnection(BNetEndpoint &endpoint);
121 ObjectDeleter<BNetEndpoint> fListenEndpoint;
H A DRemoteHWInterface.cpp69 fListenEndpoint.SetTo(new(std::nothrow) BNetEndpoint()); in RemoteHWInterface()
320 RemoteHWInterface::_NewConnectionCallback(void *cookie, BNetEndpoint &endpoint) in _NewConnectionCallback()
327 RemoteHWInterface::_NewConnection(BNetEndpoint &endpoint) in _NewConnection()
333 BNetEndpoint *sendEndpoint = new(std::nothrow) BNetEndpoint(endpoint); in _NewConnection()
H A DNetSender.cpp23 NetSender::NetSender(BNetEndpoint *endpoint, StreamingRingBuffer *source) in NetSender()
H A DNetReceiver.cpp24 NetReceiver::NetReceiver(BNetEndpoint *listener, StreamingRingBuffer *target, in NetReceiver()
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp41 checkArchive(const BNetEndpoint ne, int32 protocol, in checkArchive()
155 BNetEndpoint* clone in checkArchive()
156 = dynamic_cast<BNetEndpoint *>(BNetEndpoint::Instantiate(&archive)); in checkArchive()
170 BNetEndpoint server(SOCK_DGRAM); in testServer()
223 BNetEndpoint* acceptedConn = server.Accept(); in testServer()
257 BNetEndpoint client(SOCK_DGRAM); in testClient()
328 BNetEndpoint dummy(SOCK_DGRAM); in main()
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.h16 class BNetEndpoint; variable
31 BNetEndpoint *fEndpoint;
H A DSetupWindow.cpp129 BNetEndpoint* ep = new(std::nothrow) BNetEndpoint(SOCK_STREAM); in CheckSetup()
H A DHPJetDirectTransport.cpp55 fEndpoint = new(std::nothrow) BNetEndpoint(SOCK_STREAM); in HPJetDirectPort()
/haiku/src/apps/codycam/
H A DFtpClient.h78 BNetEndpoint* fControl;
79 BNetEndpoint* fData;
H A DFtpClient.cpp143 fControl = new BNetEndpoint(); in Connect()
603 fData = new BNetEndpoint(); in _OpenDataConnection()
685 BNetEndpoint* endPoint; in _AcceptDataConnection()
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp45 BNetEndpoint *fEndpoint;
56 fEndpoint = new BNetEndpoint(SOCK_DGRAM); in IPPPrinterRoster()
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.h87 BNetEndpoint fConnection;
/haiku/src/apps/remotedesktop/
H A DRemoteView.h69 BNetEndpoint * fEndpoint;
H A DRemoteView.cpp96 fEndpoint = new(std::nothrow) BNetEndpoint(); in RemoteView()
/haiku/src/preferences/mail/
H A DDNSQuery.cpp323 BNetEndpoint netEndpoint(SOCK_DGRAM); in GetMXRecords()