Searched refs:port (Results 126 - 150 of 415) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h39 void SetPort(uint16 port);
64 void ForcePort(uint16 port);
137 uint16 port = 0);
H A DIdMap.h13 #include <port.h>
/haiku/headers/private/kernel/boot/net/
H A DUDP.h54 status_t Bind(ip_addr_t address, uint16 port);
93 status_t BindSocket(UDPSocket *socket, ip_addr_t address, uint16 port);
102 UDPSocket *_FindSocket(ip_addr_t address, uint16 port);
/haiku/src/tests/system/network/
H A Dtcp_server.c19 #define MYPORT 1234 // the port users will be connecting to
41 short int port = MYPORT; local
45 port = atoi(argv[1]);
59 my_addr.sin_port = htons(port);
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dif_le_pci.c164 le_pci_wrbcr(struct lance_softc *sc, uint16_t port, uint16_t val) argument
168 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port);
174 le_pci_rdbcr(struct lance_softc *sc, uint16_t port) argument
178 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port);
184 le_pci_wrcsr(struct lance_softc *sc, uint16_t port, uint16_t val) argument
190 if (port == LE_CSR0)
193 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port);
197 if (port == LE_CSR0)
203 le_pci_rdcsr(struct lance_softc *sc, uint16_t port) argument
210 if (port
[all...]
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp79 port_id port = find_port(BT_USERLAND_PORT_NAME); local
80 if (port != B_NAME_NOT_FOUND) {
82 err = write_port_etc(port, PACK_PORTCODE(BT_EVENT, ndev->index, -1),
/haiku/headers/os/kernel/
H A DOS.h122 port_id port; member in struct:port_info
132 extern ssize_t read_port(port_id port, int32 *code, void *buffer,
134 extern ssize_t read_port_etc(port_id port, int32 *code, void *buffer,
136 extern status_t write_port(port_id port, int32 code, const void *buffer,
138 extern status_t write_port_etc(port_id port, int32 code, const void *buffer,
140 extern status_t close_port(port_id port);
141 extern status_t delete_port(port_id port);
143 extern ssize_t port_buffer_size(port_id port);
144 extern ssize_t port_buffer_size_etc(port_id port, uint32 flags,
146 extern ssize_t port_count(port_id port);
[all...]
/haiku/src/servers/media/
H A DNodeManager.cpp148 const char* name, uint64 kinds, port_id port, team_id team,
159 node.port = port;
190 ", flavor_id %" B_PRId32 ", name \"%s\", kinds %#" B_PRIx64", port %"
192 kinds, port, team);
295 status_t status = SendToPort(node.port, NODE_FINAL_RELEASE, &command,
330 status_t status = SendToPort(node.port, NODE_FINAL_RELEASE, &command,
396 node->port = registeredNode.port;
441 TRACE("NodeManager::GetClone leave: node id %" B_PRId32 ", node port
147 RegisterNode(media_addon_id addOnID, int32 flavorID, const char* name, uint64 kinds, port_id port, team_id team, media_node_id timesource, media_node_id* _nodeID) argument
520 FindNodeID(port_id port, media_node_id* _id) argument
[all...]
/haiku/headers/build/os/app/
H A DMessenger.h41 void _SetTo(team_id team, port_id port, int32 token);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.h28 status_t _SendRequestReply(port_id port, int32 token,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTuner.h38 CTuner(CI2CPort & port);
/haiku/src/preferences/printers/
H A DAddPrinterDialog.h45 const char *transport, const char *port);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.h35 status_t Open(const char *server, int port, bool esmtp);
/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp21 Socket::Socket(const char *host, int port) argument
25 __port = port;
32 Socket::Socket(const char *host, int port, int localPort) argument
36 __port = port;
/haiku/src/tests/kits/net/service/
H A Dproxy.py33 # servers. This maps downstream_host:port => HTTPConnection
143 0 if options.port is None else options.port)
149 if options.port is None:
152 server.server_port = options.port
164 'Transparent HTTP proxy listening on port',
183 '--port',
184 dest='port',
187 help='If not specified a random port will be used.')
/haiku/src/tests/kits/net/netservices2/
H A Dproxy.py33 # servers. This maps downstream_host:port => HTTPConnection
143 0 if options.port is None else options.port)
149 if options.port is None:
152 server.server_port = options.port
164 'Transparent HTTP proxy listening on port',
183 '--port',
184 dest='port',
187 help='If not specified a random port will be used.')
/haiku/headers/private/netservices/
H A DUrlContext.h32 void SetProxy(BString host, uint16 port);
/haiku/headers/private/drivers/
H A Dpoke.h42 uint16 port; member in struct:__anon3
/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h22 RequestAllocator(Port* port);
25 status_t Init(Port* port);
53 uint8* data; // only if in port buffer
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp57 port_id port = find_port("haiku-test:roster"); local
59 if (get_port_info(port, &portInfo) == B_OK
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp25 static const char* kPortSetting = "port";
65 uint16 port = (uint16)strtoul(fPortInput->Text(), NULL, 10); local
66 fSettings->SetValue(fPortSetting, port);
108 // since port numbers are limited to 5 digits, there's no need for
109 // the port input to expand farther than that. Instead, let the
/haiku/src/build/libbe/app/
H A DMessenger.cpp132 /*! \brief Sets the messenger's team, target looper port and handler token.
137 \param port The target looper port.
141 BMessenger::_SetTo(team_id team, port_id port, int32 token) argument
144 fPort = port;
/haiku/src/apps/tv/
H A DController.cpp472 if (input.source.port != output.source.port) {
473 printf("MediaRoster_Disconnect: input.source.port %d doesn't match output.source.port %d\n",
474 (int)input.source.port, (int)output.source.port);
482 if (input.destination.port != output.destination.port) {
483 printf("MediaRoster_Disconnect: input.destination.port %d doesn't match output.destination.port
[all...]
/haiku/src/system/boot/loader/net/
H A DUDP.cpp147 UDPSocket::Bind(ip_addr_t address, uint16 port) argument
154 if (address == INADDR_BROADCAST || port == 0) {
155 printf("UDPSocket::Bind(): broadcast IP or port 0\n");
165 status_t error = fUDPService->BindSocket(this, address, port);
172 fPort = port;
353 TRACE(("UDPService::Send(source port: %hu, to: %08lx:%hu, %lu bytes)\n",
392 UDPService::BindSocket(UDPSocket *socket, ip_addr_t address, uint16 port) argument
397 if (_FindSocket(address, port) != NULL) {
451 UDPService::_FindSocket(ip_addr_t address, uint16 port) argument
458 && port
[all...]
/haiku/src/apps/cortex/InfoView/
H A DLiveNodeInfoView.cpp88 s << ref->node().port;
90 if (get_port_info(ref->node().port, &portInfo) == B_OK)

Completed in 167 milliseconds

1234567891011>>