Searched refs:port (Results 1 - 25 of 415) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php57 // vnc protocol base port.
60 // base port for audio streams
67 // base port for serial output
617 echo "port=" . vnc_display() . "\n";
631 $port = audio_port(); variable
632 $url = "http://" . $_SERVER['HTTP_HOST'] . ":$port/";
633 $icy = "icy://" . $_SERVER['HTTP_HOST'] . ":$port/";
677 $port = audio_port(); variable
678 $url = "http://" . $_SERVER['HTTP_HOST'] . ":$port/";
699 $port variable
715 $port = vnc_port(); variable
[all...]
/haiku/build/scripts/
H A Dbootstrap_client.py3 # Usage: bootstrap_client.py <address>[:port] <command> ...
14 port = 4242 variable
19 sys.exit('Usage: ' + sys.argv[0] + ' <address>[:<port>] <command>')
24 port = int(address[portIndex + 1:]) variable
35 controlConnection.connect((address, port))
36 stdioConnection.connect((address, port))
37 stderrConnection.connect((address, port))
39 sys.exit('Failed to connect to %s port %d: %s' % (address, port, msg[1]))
H A Dbootstrap_daemon.py9 port = 4242 variable
52 listenerSocket.bind((address, port))
54 sys.exit('Failed to bind to %s port %d: %s' % (address, port, msg[1]))
58 print 'started listening on adddress %s port %s' % (address, port)
/haiku/headers/build/os/app/
H A DMessenger.h41 void _SetTo(team_id team, port_id port, int32 token);
/haiku/headers/build/private/app/
H A DMessagePrivate.h115 SetReply(team_id team, port_id port, int32 target) argument
117 fMessage->fHeader->reply_port = port;
H A DMessengerPrivate.h27 void SetTo(team_id team, port_id port, int32 token) argument
28 { fMessenger->_SetTo(team, port, token); }
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h205 int port = -1);
256 void SetPort(int port);
/haiku/headers/os/app/
H A DApplication.h109 const char* looperName, port_id port,
H A DLooper.h128 BLooper(int32 priority, port_id port,
134 static status_t _Lock(BLooper* loop, port_id port,
140 port_id port, int32 capacity);
H A DMessenger.h83 void _SetTo(team_id team, port_id port,
/haiku/headers/os/drivers/
H A Dmidi_driver.h53 status_t (*create_device)(int port, void** _handle, uint32 workArounds,
/haiku/headers/os/drivers/pcmcia/
H A Dbus_ops.h39 u32 (*b_in)(void *bus, u32 port, s32 sz);
40 void (*b_ins)(void *bus, u32 port, void *buf,
42 void (*b_out)(void *bus, u32 val, u32 port, s32 sz);
43 void (*b_outs)(void *bus, u32 port, void *buf,
/haiku/headers/os/kernel/
H A Dfs_query.h30 uint32 flags, port_id port, int32 token);
/haiku/headers/os/net/
H A DNetAddress.h25 BNetAddress(const char* hostname = 0, unsigned short port = 0);
27 BNetAddress(in_addr addr, int port = 0);
28 BNetAddress(uint32 addr, int port = 0);
39 status_t SetTo(const char* hostname = NULL, unsigned short port = 0);
41 status_t SetTo(in_addr addr, int port = 0);
42 status_t SetTo(uint32 addr = INADDR_ANY, int port = 0);
45 unsigned short* port = NULL) const;
47 status_t GetAddr(in_addr& addr, unsigned short* port = NULL) const;
H A DNetEndpoint.h47 virtual status_t Bind(int port = 0);
49 virtual status_t Connect(const char* addr, int port);
H A DNetworkAddressResolver.h31 uint16 port = 0, uint32 flags = 0);
35 const char* address, uint16 port = 0,
46 status_t SetTo(const char* address, uint16 port = 0,
51 uint16 port = 0, uint32 flags = 0);
67 const char* address, uint16 port = 0,
73 const char* address, uint16 port = 0,
/haiku/headers/os/support/
H A DUrl.h32 BUrl& SetPort(int port);
/haiku/headers/private/app/
H A DLinkReceiver.h26 LinkReceiver(port_id port);
29 void SetPort(port_id port);
H A DLinkSender.h24 void SetPort(port_id port);
H A DLooperList.h42 BLooper* LooperForPort(port_id port);
72 FindPortPred(port_id pid) : port(pid) {}
74 port_id port; member in struct:BPrivate::BLooperList::FindPortPred
H A DMessagePrivate.h115 SetReply(team_id team, port_id port, int32 target) argument
117 fMessage->fHeader->reply_port = port;
180 SendMessage(port_id port, team_id portOwner, int32 token, argument
183 return fMessage->_SendMessage(port, portOwner, token,
188 SendMessage(port_id port, team_id portOwner, int32 token, argument
192 return fMessage->_SendMessage(port, portOwner, token,
211 SendFlattenedMessage(void *data, int32 size, port_id port, argument
215 port, token, timeout);
H A DMessengerPrivate.h27 void SetTo(team_id team, port_id port, int32 token) argument
28 { fMessenger->_SetTo(team, port, token); }
H A DServer.h20 looperName, port_id port, bool initGUI,
H A DServerLink.h43 void SetSenderPort(port_id port);
67 void SetReceiverPort(port_id port);
102 ServerLink::SetSenderPort(port_id port) argument
104 fSender->SetPort(port);
182 ServerLink::SetReceiverPort(port_id port) argument
184 fReceiver->SetPort(port);
/haiku/headers/private/bluetooth/
H A DPortListener.h22 fInformation.port = &fPort;
39 // Closing the port should provoke the thread to finish
115 // Closing the port should provoke the thread to finish
125 port_id* port; member in struct:PortListener::PortListenerInfo
141 port_id* port = ((struct PortListenerInfo*)data)->port; local
147 while ((ssizePort = port_buffer_size(*port)) != B_BAD_PORT_ID) {
159 ssizeRead = read_port(*port, &code, (void*)buffer, ssizePort);
173 dprintf("Error in PortListener handler=%s port=%s\n", strerror(status),
176 printf("Error in PortListener handler=%s port
[all...]

Completed in 127 milliseconds

1234567891011>>