Searched refs:port (Results 326 - 350 of 415) sorted by relevance

<<11121314151617

/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp164 // bind it to the port
170 fprintf(stderr, "Error: Failed to bind socket to port %hu: %s\n",
281 reply->port = htons(REMOTE_DISK_SERVER_PORT);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp199 UdpEndpoint *_EndpointWithPort(uint16 port) const;
363 // for IPv4 and IPv6 the port is at the same offset
375 // stay bound to current local port, if any.
376 uint16 port = endpoint->LocalAddress().Port(); local
379 endpoint->LocalAddress().SetPort(port);
449 TRACE_DOMAIN(" ...checking endpoint %p (port=%u)...", otherEndpoint,
453 // port is already bound, SO_REUSEADDR or SO_REUSEPORT is required:
592 // look for endpoint matching local address & port:
595 // look for endpoint matching peer address & port and local port
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp1541 port_id port = -1; local
1548 port = info->port;
1570 PRINT(" sending team %" B_PRId32 " (port: %" B_PRId32 ") a shutdown "
1571 "message\n", team, port);
1572 SingleMessagingTargetSet target(port, B_PREFERRED_TOKEN);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.cpp190 CMSP3430::CMSP3430(CI2CPort & port) argument
191 : fPort(port),
199 PRINT(("CMSP3430::CMSP3430() - Sound Processor found at I2C port 0x%02x\n", fAddress));
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp748 VirtualVolume::OpenQuery(const char* queryString, uint32 flags, port_id port, argument
783 if (volume->OpenQuery(queryString, flags, port, token,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp787 BeOSKernelVolume::OpenQuery(const char* queryString, uint32 flags, port_id port, argument
792 return fFSOps->open_query(fVolumeCookie, queryString, flags, port,
H A Dfs_interface.h176 port_id port, long token, void **cookie);
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp118 output.source.port = output.node.port; // same as ControlPort();
/haiku/headers/os/media/
H A DMediaDefs.h185 port_id port; /* can be different from */ member in struct:media_destination
186 /* media_node.port */
202 port_id port; /* must be the same as */ member in struct:media_source
203 /* media_node.port for owner */
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp639 inputs[i].source.port)) < 0) {
667 outputs[i].destination.port)) < 0) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h176 uint32 flags, port_id port, uint32 token,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h183 uint32 flags, port_id port, uint32 token,
/haiku/src/kits/game/
H A DGameProducer.cpp426 fOutput.source.port = ControlPort();
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp407 mOutput.source.port = ControlPort();
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp1398 _user_start_watching_disks(uint32 eventMask, port_id port, int32 token) argument
1401 return manager->Notifications().UpdateUserListener(eventMask, port, token);
1406 _user_stop_watching_disks(port_id port, int32 token) argument
1409 return manager->Notifications().RemoveUserListeners(port, token);
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp176 if ((get_port_info(nodeInfo.node.port, &portInfo) == B_OK)
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c1503 * On dual port PCI-X card, there is an problem where status
1597 int i, port, error; local
1607 port = mmd->port;
1610 sc_if->msk_port = port;
1613 sc->msk_if[port] = sc_if;
1615 if (port == MSK_PORT_A) {
1662 * dual port cards actually come with three station
1663 * addresses: one for each port, plus an extra. The
1671 eaddr[i] = CSR_READ_1(sc, B2_MAC_1 + (port *
3598 int cons, len, port, rxprog; local
[all...]
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusbdi.h306 uint8_t port; member in struct:usb_attach_arg
/haiku/src/apps/tv/
H A DVideoNode.cpp112 fInput.destination.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp85 fInput.destination.port = ControlPort();
/haiku/src/servers/app/
H A DDesktop.h271 Window* WindowForClientLooperPort(port_id port);
/haiku/src/kits/support/
H A DUrl.cpp276 BUrl::SetPort(int port) argument
278 fPort = port;
279 fHasPort = (port != 0);
/haiku/headers/os/app/
H A DMessage.h567 status_t _SendMessage(port_id port, team_id portOwner,
571 status_t _SendMessage(port_id port, team_id portOwner,
576 port_id port, int32 token,
/haiku/src/kits/app/
H A DMessage.cpp1107 a buffer, pushing it through a port, reading it into the outputbuffer and
1110 hit some port capacity limit.
1121 this through the port. The receiving looper then builds a BMessage from
1127 the slower route of moving the data through a port.
2126 BMessage::_SendMessage(port_id port, team_id portOwner, int32 token, argument
2159 return toMessage.SendTo(port, token);
2161 // ToDo: bind the above size to the max port message size
2174 result = get_port_info(port, &info);
2231 KTRACE("BMessage send remote: team: %ld, port: %ld, token: %ld, "
2232 "message: '%c%c%c%c'", portOwner, port, toke
2273 _SendMessage(port_id port, team_id portOwner, int32 token, BMessage* reply, bigtime_t sendTimeout, bigtime_t replyTimeout) const argument
2389 _SendFlattenedMessage(void* data, int32 size, port_id port, int32 token, bigtime_t timeout) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp973 port_id port, uint32 token, void** _cookie)
977 FUNCTION("volume: %p, query: \"%s\", flags: %#" B_PRIx32 ", port: %"
978 B_PRId32 ", token: %" B_PRIu32 "\n", volume, queryString, flags, port,
984 status_t error = Query::Create(volume, queryString, flags, port, token,
972 packagefs_open_query(fs_volume* fsVolume, const char* queryString, uint32 flags, port_id port, uint32 token, void** _cookie) argument

Completed in 292 milliseconds

<<11121314151617