Searched refs:port (Results 276 - 300 of 416) sorted by relevance

<<11121314151617

/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h202 uint16 port; member in struct:pxenv_tftp_open
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp29 // the app looper's port ID once a BApplication has been created, and
49 // find app looper port
59 fake.fPort = info.port;
H A DRosterLaunchTestApp1.cpp29 // the app looper's port ID once a BApplication has been created, and
49 // find app looper port
59 fake.fPort = info.port;
H A DRosterWatchingTestApp1.cpp29 // the app looper's port ID once a BApplication has been created, and
49 // find app looper port
59 fake.fPort = info.port;
/haiku/src/tools/fs_shell/
H A Dsyscalls.h80 fssh_size_t queryLength, uint32_t flags, fssh_port_id port,
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp521 port_id port = messengerPrivate.Port(); local
524 return _kern_start_watching_disks(eventMask, port, token);
538 port_id port = messengerPrivate.Port(); local
541 return _kern_stop_watching_disks(port, token);
/haiku/headers/os/app/
H A DApplication.h109 const char* looperName, port_id port,
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeConsumer.cpp185 fInitialInput.destination.port = ControlPort();
/haiku/headers/os/support/
H A DUrl.h32 BUrl& SetPort(int port);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp279 fSettingsMessage.FindInt32("port"), authMethod == 1);
285 if (fSettingsMessage.FindInt32("port") > 0)
286 errorMessage << ":" << fSettingsMessage.FindInt32("port");
363 SMTPProtocol::Open(const char *address, int port, bool esmtp) argument
369 if (port <= 0)
370 port = use_ssl ? 465 : 25;
382 addr.SetPort(port);
/haiku/src/tests/kits/app/bmessenger/
H A DSMTarget.cpp134 // create unused port name
140 // create local port
158 fRemotePort = initData.port;
/haiku/src/apps/codycam/
H A DVideoConsumer.h21 port_id port; member in struct:__anon63
/haiku/headers/os/drivers/
H A Dfs_interface.h103 port_id port, uint32 token, void** _cookie);
366 extern status_t notify_query_entry_created(port_id port, int32 token,
369 extern status_t notify_query_entry_removed(port_id port, int32 token,
372 extern status_t notify_query_attr_changed(port_id port, int32 token,
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h107 uint32_t flags, fssh_port_id port, uint32_t token,
403 extern fssh_status_t fssh_notify_query_entry_created(fssh_port_id port,
407 extern fssh_status_t fssh_notify_query_entry_removed(fssh_port_id port,
411 extern fssh_status_t fssh_notify_query_attr_changed(fssh_port_id port,
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp298 // create the request port
433 AuthenticationServer::_SendRequestReply(port_id port, int32 token, argument
447 return reply.SendTo(port, token);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp85 /*! Checks if the given \a address is the empty address. By default, the port
213 If \a printPort is set, the port is printed, too.
266 /*! Determines the port of the given \a address.
267 \return uint16 representing the port-nr
279 /*! Sets the port of the given \a address to \a port.
280 \return B_OK if the port has been set
284 l2cap_set_port(sockaddr *address, uint16 port) argument
289 ((sockaddr_l2cap *)address)->l2cap_psm = port;
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h160 port_id port, long token, void **cookie);
241 extern _IMPEXP_KERNEL int send_notification(port_id port, long token,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp507 for (int port = 0; port < 5; port++) {
508 switch (fMMTable[7 + port] & 0x03) {
521 compositePort = (fMMTable[7 + port] & 0x04 ? 2 : 1);
526 svideoPort = (fMMTable[7 + port] & 0x04 ? 6 : 5);
812 // ImpactTV data port
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp531 // get the team the target port belongs to
537 // allocate a reply port, if a reply is desired
551 // create the port
552 replyPort = create_port(1, "KMessage reply port");
556 // we transfer the ownership of the port to it, so we will not block
561 PortDeleter(port_id port) : port(port) {} argument
564 if (port >= 0)
565 delete_port(port);
568 port_id port; member in struct:PortDeleter
[all...]
/haiku/src/apps/cortex/support/
H A DMediaString.cpp529 if ((source.port != media_source::null.port)
532 << source.port << ", "
548 if ((destination.port != media_destination::null.port)
551 << destination.port << ", "
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c230 int port, pri, weight; member in struct:srvinfo
1215 /* Check for already filled port. */
1552 int port; local
1589 port = str2number(servname);
1590 if (port >= 0) {
1593 if (port < 0 || port > 65535)
1595 port = htons(port);
1616 port
1743 int port, pri, weight; local
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp1895 // the port is automagically powered on
1953 TRACE("reset port %d\n", index);
1955 uint32 port = UHCI_PORTSC1 + index * 2; local
1956 uint16 status = ReadReg16(port);
1958 WriteReg16(port, status | UHCI_PORTSC_RESET);
1961 status = ReadReg16(port);
1963 WriteReg16(port, status & ~UHCI_PORTSC_RESET);
1967 // try to enable the port
1968 status = ReadReg16(port);
1970 WriteReg16(port, statu
[all...]
/haiku/src/kits/app/
H A DRoster.cpp101 info->port = flatInfo->port;
414 port(-1),
1390 \a thread and \a port to contain valid values. No token will be return
1409 \param port The application's looper port
1427 uint32 flags, team_id team, thread_id thread, port_id port,
1449 if (error == B_OK && port >= 0)
1450 error = request.AddInt32("port", port);
1426 _AddApplication(const char* signature, const entry_ref* ref, uint32 flags, team_id team, thread_id thread, port_id port, bool fullRegistration, uint32* pToken, team_id* otherTeam) const argument
2689 port_id port = data.GetInt32("port", -1); local
[all...]
/haiku/src/system/boot/loader/net/
H A DTCP.cpp231 TCPSocket::Connect(ip_addr_t address, uint16 port) argument
234 fRemotePort = port;
237 TRACE_PORT("TCPSocket::Connect(): connecting from port %u\n", fPort);
249 error = packet->SetTo(NULL, 0, fAddress, fPort, address, port,
880 TCPService::_FindSocket(ip_addr_t address, uint16 port) argument
888 && socket->Port() == port) {
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp745 int port; local
747 port = fRequest.Url().Port();
749 port = 443;
751 port = 80;
754 if (auto status = fRemoteAddress.SetTo(fRequest.Url().Host(), port); status != B_OK) {

Completed in 181 milliseconds

<<11121314151617