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

/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.h15 class BNetEndpoint;
18 typedef status_t (*NewConnectionCallback)(void *cookie, BNetEndpoint &endpoint);
23 NetReceiver(BNetEndpoint *endpoint,
29 BNetEndpoint * Endpoint() { return fEndpoint.Get(); }
36 BNetEndpoint * fListener;
45 ObjectDeleter<BNetEndpoint>
H A DNetSender.h14 class BNetEndpoint;
19 NetSender(BNetEndpoint *endpoint,
27 BNetEndpoint * fEndpoint;
H A DNetSender.cpp23 NetSender::NetSender(BNetEndpoint *endpoint, StreamingRingBuffer *source)
H A DRemoteHWInterface.h17 class BNetEndpoint;
104 BNetEndpoint &endpoint);
105 status_t _NewConnection(BNetEndpoint &endpoint);
121 ObjectDeleter<BNetEndpoint> fListenEndpoint;
H A DNetReceiver.cpp24 NetReceiver::NetReceiver(BNetEndpoint *listener, StreamingRingBuffer *target,
H A DRemoteHWInterface.cpp69 fListenEndpoint.SetTo(new(std::nothrow) BNetEndpoint());
320 RemoteHWInterface::_NewConnectionCallback(void *cookie, BNetEndpoint &endpoint)
327 RemoteHWInterface::_NewConnection(BNetEndpoint &endpoint)
333 BNetEndpoint *sendEndpoint = new(std::nothrow) BNetEndpoint(endpoint);
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp21 BNetEndpoint::BNetEndpoint(int type) function in class:BNetEndpoint
34 BNetEndpoint::BNetEndpoint(int family, int type, int protocol) function in class:BNetEndpoint
47 BNetEndpoint::BNetEndpoint(BMessage* archive) function in class:BNetEndpoint
88 BNetEndpoint::BNetEndpoint(const BNetEndpoint& endpoint) function in class:BNetEndpoint
108 // Private constructor only used from BNetEndpoint
109 BNetEndpoint::BNetEndpoint(const BNetEndpoint& endpoint, int socket, function in class:BNetEndpoint
[all...]
/haiku/headers/os/net/
H A DNetEndpoint.h18 class BNetEndpoint : public BArchivable { class in inherits: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* Accep
[all...]
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.h16 class BNetEndpoint;
31 BNetEndpoint *fEndpoint;
H A DSetupWindow.cpp129 BNetEndpoint* ep = new(std::nothrow) BNetEndpoint(SOCK_STREAM);
H A DHPJetDirectTransport.cpp55 fEndpoint = new(std::nothrow) BNetEndpoint(SOCK_STREAM);
/haiku/src/apps/codycam/
H A DFtpClient.h78 BNetEndpoint* fControl;
79 BNetEndpoint* fData;
H A DFtpClient.cpp143 fControl = new BNetEndpoint();
603 fData = new BNetEndpoint();
685 BNetEndpoint* endPoint;
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp41 checkArchive(const BNetEndpoint ne, int32 protocol,
63 if (strcmp(arcClass, "BNetEndpoint") != 0) {
64 fprintf(stderr, "expected 'class' to be 'BNetEndpoint' - is '%s'\n",
155 BNetEndpoint* clone
156 = dynamic_cast<BNetEndpoint *>(BNetEndpoint::Instantiate(&archive));
170 BNetEndpoint server(SOCK_DGRAM);
223 BNetEndpoint* acceptedConn = server.Accept();
257 BNetEndpoint client(SOCK_DGRAM);
328 BNetEndpoint dumm
[all...]
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.h87 BNetEndpoint fConnection;
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp45 BNetEndpoint *fEndpoint;
56 fEndpoint = new BNetEndpoint(SOCK_DGRAM);
/haiku/src/apps/remotedesktop/
H A DRemoteView.h69 BNetEndpoint * fEndpoint;
H A DRemoteView.cpp96 fEndpoint = new(std::nothrow) BNetEndpoint();
/haiku/src/preferences/mail/
H A DDNSQuery.cpp323 BNetEndpoint netEndpoint(SOCK_DGRAM);

Completed in 134 milliseconds