Searched refs:fPort (Results 51 - 75 of 83) sorted by relevance

1234

/haiku/headers/private/kernel/boot/net/
H A DTCP.h67 uint16 Port() const { return fPort; }
90 uint16 fPort; member in class:TCPSocket
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp191 : fPort(port),
196 if( fPort.InitCheck() == B_OK ) {
198 if (fPort.Probe(fAddress)) {
217 res = fPort.InitCheck();
836 if (fPort.Write(fAddress, message, sizeof(message), result, sizeof(result)))
849 if (!fPort.Write(fAddress, message, sizeof(message)))
861 if (fPort.Write(fAddress, message, sizeof(message), response, sizeof(response)))
876 if (!fPort.Write(fAddress, message, sizeof(message)))
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp34 port_id fPort; member in struct:fake_messenger
59 fake.fPort = info.port;
H A DRosterLaunchTestApp1.cpp34 port_id fPort; member in struct:fake_messenger
59 fake.fPort = info.port;
H A DRosterWatchingTestApp1.cpp34 port_id fPort; member in struct:fake_messenger
59 fake.fPort = info.port;
/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h61 Port* fPort; member in class:UserlandFSUtil::RequestAllocator
/haiku/src/servers/registrar/
H A DMessageDeliverer.h53 port_id fPort; member in class:SingleMessagingTargetSet
H A DMessageDeliverer.cpp106 fPort = messengerPrivate.Port();
114 fPort(port),
139 port = fPort;
/haiku/headers/os/app/
H A DMessenger.h92 port_id fPort; member in class:BMessenger
/haiku/src/kits/storage/
H A DQuery.cpp43 fPort(B_ERROR),
75 fPort = B_ERROR;
226 fPort = messengerPrivate.Port();
314 parsedPredicate.Length(), fLive ? B_LIVE_QUERY : 0, fPort, fToken);
/haiku/src/system/boot/loader/net/
H A DTCP.cpp193 fPort(0),
207 if (fTCPService != NULL && fPort != 0)
236 fPort = 0xC000 + (_rand14() & ~0xc000);
237 TRACE_PORT("TCPSocket::Connect(): connecting from port %u\n", fPort);
249 error = packet->SetTo(NULL, 0, fAddress, fPort, address, port,
281 status_t error = packet->SetTo(NULL, 0, fAddress, fPort, fRemoteAddress,
392 status_t error = packet->SetTo(buffer, bufferSize, fAddress, fPort,
569 status_t error = fTCPService->Send(fPort, fRemoteAddress, fRemotePort,
591 status_t error = fTCPService->Send(fPort, fRemoteAddress, fRemotePort,
642 status_t error = packet->SetTo(NULL, 0, fAddress, fPort, fRemoteAddres
[all...]
/haiku/src/servers/app/
H A DDelayedMessage.cpp98 port_id fPort; member in class:DelayedMessageSender
670 fPort(create_port(kPortCapacity, "DelayedMessageSender")),
680 write_port(fPort, kExitMessage, NULL, 0);
686 delete_port(fPort);
751 status = read_port_etc(fPort, &code, NULL, 0, B_RELATIVE_TIMEOUT,
868 BPrivate::LinkSender sender(fPort);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp1432 fPort(-1),
1443 fPort(-1),
1471 if (message.FindInt32("port", &fPort) != B_OK) {
1474 fPort = ntohs(servent->s_port);
1476 fPort = -1;
1495 fType, fProtocol, fPort);
1499 if (i == 0 && (fFamily < 0 || fPort < 0)) {
1511 address.Address().SetToWildcard(fFamily, fPort);
1620 return fPort;
1627 fPort
[all...]
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp54 , fPort(ESD_DEFAULT_PORT)
138 fPort = port;
176 uint16 port = fPort;
H A DESDSinkNode.cpp129 fPort = ESD_DEFAULT_PORT;
308 err = fDevice->Connect(fHostname.String(), fPort);
1157 if (fDevice->Connect(fHostname.String(), fPort) >= 0) {
1170 fPort = atoi((const char *)value);
1173 if (fDevice->Connect(fHostname.String(), fPort) >= 0) {
H A DESDSinkNode.h355 uint16 fPort; member in class:ESDSinkNode
/haiku/headers/os/midi2/
H A DMidiConsumer.h34 port_id fPort; member in class:BMidiConsumer
/haiku/headers/os/storage/
H A DQuery.h106 port_id fPort; member in class:BQuery
/haiku/src/apps/codycam/
H A DCodyCam.h115 port_id fPort; member in class:CodyCam
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp1239 fPort(-1)
1347 fPort = port;
1364 if (fPort < 0 || fExpression == NULL || attribute == NULL)
1409 notify_query_attr_changed(fPort, fToken, fVolume->ID(),
1412 notify_query_entry_created(fPort, fToken, fVolume->ID(),
1415 notify_query_entry_removed(fPort, fToken, fVolume->ID(),
1426 if (fPort < 0 || fExpression == NULL)
1442 notify_query_entry_removed(fPort, fToken, fVolume->ID(),
1445 notify_query_entry_created(fPort, fToken, fVolume->ID(),
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp139 port_id fPort; member in struct:messenger_hack
149 return ((messenger_hack*)&fMessenger)->fPort;
/haiku/headers/private/kernel/
H A DNotifications.h79 port_id Port() const { return fPort; }
87 port_id fPort; member in class:UserMessagingListener
/haiku/headers/os/support/
H A DUrl.h139 int fPort; member in class:BUrl
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp243 cons->fPort = port;
622 cons->fPort, cons->fLatency);
/haiku/src/system/kernel/events/
H A DNotifications.cpp105 fPort(port),
120 fSender.SendMessage(event, fPort, fToken);

Completed in 146 milliseconds

1234