Searched refs:Port (Results 26 - 50 of 85) sorted by relevance

1234

/haiku/src/tests/kits/net/libnetapi/
H A DNetworkAddressTest.cpp36 CPPUNIT_ASSERT(unset.Port() == 0);
78 CPPUNIT_ASSERT(wildcard.Port() == 0);
99 CPPUNIT_ASSERT(nullAddr.Port() == 555);
118 CPPUNIT_ASSERT(nullAddr.Port() == 555);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp213 Port* port = gInfo->ports[i];
228 Port* port = gInfo->ports[i];
289 // Display Port
293 Port* displayPort = new(std::nothrow) DisplayPort((port_index)i);
313 Port* ddiPort
334 Port* eDPPort = new(std::nothrow) EmbeddedDisplayPort();
350 TRACE("Port already claimed\n");
354 Port* hdmiPort = new(std::nothrow) HDMIPort((port_index)i);
368 Port* lvdsPort = new(std::nothrow) LVDSPort();
386 Port* dviPor
[all...]
H A DPorts.cpp87 Port::Port(port_index index, const char* baseName) function in class:Port
108 Port::~Port()
115 Port::HasEDID()
125 Port::SetPipe(Pipe* pipe)
207 Port::Power(bool enabled)
221 Port::GetEDID(edid1_info* edid, bool forceRead)
260 Port::SetupI2c(i2c_bus *bus)
281 Port
[all...]
H A Daccelerant.h57 Port* ports[MAX_PORTS];
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp188 return endpoint->LocalAddress().Port();
195 return endpoint->LocalAddress().Port() == port;
203 return first->LocalAddress().Port() == second->LocalAddress().Port();
270 uint16 port = local.Port();
409 uint16 port = address.Port();
/haiku/headers/private/app/
H A DServerLink.h111 return fSender->Port();
191 return fReceiver->Port();
H A DMessagePrivate.h109 fMessage->fHeader->reply_port = messengerPrivate.Port();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp133 const Port::Info*
H A DUserlandFSServer.cpp186 + sizeof(Port::Info) * (kRequestThreadCount + 1);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.cpp129 + info->portInfoCount * sizeof(Port::Info)) {
/haiku/src/kits/app/
H A DMessenger.cpp438 return (a.Port() < b.Port()
439 || (a.Port() == b.Port()
/haiku/src/kits/support/
H A DByteOrder.cpp103 __swap_int32(messengerPrivate.Port()),
/haiku/headers/private/kernel/
H A DNotifications.h79 port_id Port() const { return fPort; } function in class:UserMessagingListener
96 return other != NULL && other->Port() == Port()
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp622 BNetworkAddress::Port() const function in class:BNetworkAddress
962 uint16 port = Port();
979 uint16 port = Port();
1033 if (includePort && Port() != 0) {
1040 snprintf(buffer, sizeof(buffer), ":%u", Port());
1061 portName << Port();
1073 || (includePort && Port() != other.Port())) {
1232 return Port() < other.Port();
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h40 uint16 Port() const;
/haiku/headers/build/private/app/
H A DMessagePrivate.h109 fMessage->fHeader->reply_port = messengerPrivate.Port();
/haiku/headers/private/kernel/boot/net/
H A DUDP.h52 uint16 Port() const { return fPort; } function in class:UDPSocket
H A DTCP.h67 uint16 Port() const { return fPort; } function in class:TCPSocket
/haiku/src/servers/launch/
H A DJob.h85 port_id Port(const char* name = NULL) const;
/haiku/src/servers/app/
H A DMessageLooper.cpp152 B_PRId32 ", %s!\n", name, receiver.Port(), strerror(status));
/haiku/headers/private/net/
H A DAddressUtilities.h79 uint16 Port() const function in class:SocketAddress
207 uint16 Port() const function in class:ConstSocketAddress
/haiku/src/bin/
H A Dcheckitout.cpp128 BString port = BString() << url.Port();
165 BString port = BString() << url.Port();
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp116 CPPUNIT_ASSERT_EQUAL(8080, url.Port());
179 // Protocol User Password Hostname Port Path Request Fragment
231 testUrl.Port());
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp14 #include "Port.h"
19 RequestAllocator::RequestAllocator(Port* port)
41 RequestAllocator::Init(Port* port)
/haiku/src/kits/interface/
H A DWindowStack.cpp180 fLink->Attach<port_id>(messengerPrivate.Port());

Completed in 120 milliseconds

1234