Searched refs:Port (Results 1 - 25 of 85) sorted by path

1234

/haiku/headers/build/private/app/
H A DMessagePrivate.h109 fMessage->fHeader->reply_port = messengerPrivate.Port();
H A DMessengerPrivate.h18 port_id Port() function in class:BMessenger::Private
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h255 int Port() const;
/haiku/headers/os/support/
H A DUrl.h44 int Port() const;
/haiku/headers/private/app/
H A DLinkReceiver.h30 port_id Port(void) const { return fReceivePort; } function in class:BPrivate::LinkReceiver
H A DLinkSender.h25 port_id Port() const { return fPort; } function in class:BPrivate::LinkSender
H A DMessagePrivate.h109 fMessage->fHeader->reply_port = messengerPrivate.Port();
H A DMessengerPrivate.h18 port_id Port() function in class:BMessenger::Private
H A DServerLink.h111 return fSender->Port();
191 return fReceiver->Port();
/haiku/headers/private/kernel/boot/net/
H A DTCP.h67 uint16 Port() const { return fPort; } function in class:TCPSocket
H A DUDP.h52 uint16 Port() const { return fPort; } function in class:UDPSocket
/haiku/headers/private/net/
H A DAddressUtilities.h79 uint16 Port() const function in class:SocketAddress
207 uint16 Port() const function in class:ConstSocketAddress
/haiku/headers/private/userlandfs/private/
H A DPort.h17 class Port { class in namespace:UserlandFSUtil
26 Port(int32 size);
27 Port(const Info* info);
28 ~Port();
61 using UserlandFSUtil::Port;
H A DRequestAllocator.h17 class Port;
22 RequestAllocator(Port* port);
25 status_t Init(Port* port);
61 Port* fPort;
H A DRequestPort.h6 #include "Port.h"
17 RequestPort(const Port::Info* info);
24 Port* GetPort();
25 const Port::Info* GetPortInfo() const;
47 Port fPort;
H A DUserlandFSDefs.h9 #include "Port.h"
18 Port::Info portInfos[];
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h40 uint16 Port() const;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h73 Port::Info* infos, int32 infoCount,
H A DFileSystemInitializer.cpp129 + info->portInfoCount * sizeof(Port::Info)) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp12 #include "Port.h"
23 Port::Port(int32 size) function in class:Port
61 Port::Port(const Info* info) function in class:Port
91 Port::~Port()
100 Port::Close()
119 Port::InitCheck() const
126 const Port
[all...]
H A DRequestPort.cpp17 AllocatorNode(Port* port) : allocator(port), previous(NULL) {}
32 RequestPort::RequestPort(const Port::Info* info)
60 Port*
67 const Port::Info*
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp133 const Port::Info*
H A DRequestThread.h49 const Port::Info* GetPortInfo() const;
H A DUserlandFSServer.cpp186 + sizeof(Port::Info) * (kRequestThreadCount + 1);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.cpp28 return BNetworkAddress(Server(), Port());
40 Settings::Port() const function in class:Settings

Completed in 239 milliseconds

1234