Searched refs:port (Results 251 - 275 of 415) sorted by relevance

<<11121314151617

/haiku/src/bin/network/traceroute/
H A Dtraceroute.c29 * with a ttl of one and increase by one until we get an icmp "port
41 * host to process them so the destination port is set to an
154 * The udp port usage may appear bizarre (well, ok, it is bizarre).
164 * source port (the high bit is set to move the port number out
168 * port number before each probe.
338 u_short port; /* protocol specific base "port" */ variable
353 int fixedPort = 0; /* Use fixed destination port for TCP and UDP */
410 u_short port; /* defaul member in struct:outproto
[all...]
/haiku/src/kits/app/
H A DLooper.cpp134 // Close the message port and read and reply to the remaining messages.
900 BLooper::BLooper(int32 priority, port_id port, const char* name) argument
902 _InitData(name, priority, port, B_LOOPER_PORT_DEFAULT_CAPACITY);
919 Locks a looper either by port or using a direct pointer to the looper.
922 \param port port to identify the looper in case \a looper is NULL
926 BLooper::_Lock(BLooper* looper, port_id port, bigtime_t timeout) argument
928 PRINT(("BLooper::_Lock(%p, %lx)\n", looper, port));
930 // Check params (loop, port)
931 if (looper == NULL && port <
1008 _InitData(const char* name, int32 priority, port_id port, int32 portCapacity) argument
[all...]
H A DApplication.cpp266 port_id port, bool initGUI, status_t* _error)
268 BLooper(B_NORMAL_PRIORITY + 1, port < 0 ? _GetPort(signature) : port,
272 if (port < 0)
434 // Check whether we need to replace the looper port with a port
436 if (appInfo.port >= 0 && appInfo.port != fMsgPort) {
438 fMsgPort = appInfo.port;
440 appInfo.port
265 BApplication(const char* signature, const char* looperName, port_id port, bool initGUI, status_t* _error) argument
[all...]
H A DLaunchRoster.cpp128 fieldName << "port";
130 port_id port = data.GetInt32(fieldName.String(), B_NAME_NOT_FOUND); local
131 if (port >= 0)
132 return port;
361 // find the launch_daemon port
/haiku/headers/private/net/
H A DAddressUtilities.h104 status_t SetPort(uint16 port) argument
106 return fModule->set_port(fAddress, port);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.h56 int SendNotification(port_id port, int32 token,
151 uint32 flags, port_id port, int32 token,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTuner.cpp138 CTuner::CTuner(CI2CPort & port) argument
139 : fPort(port),
191 PRINT(("CTuner::CTuner() - TV Tuner found at I2C port 0x%02x\n", fAddress));
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp289 uint16 port = useSSL ? 993 : 143; local
291 BNetworkAddress address(AF_INET, server, port);
292 printf("Connecting to \"%s\" as %s%s, port %u\n", server, user,
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h205 int port = -1);
256 void SetPort(int port);
/haiku/src/kits/media/
H A DMediaRecorderNode.cpp34 fInput.destination.port = ControlPort();
313 if (roster->GetNodeFor(roster->NodeIDFor(producer.port), &node) != B_OK)
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp228 error = remoteDisk->Init(packet->SourceAddress(), ntohs(reply->port),
272 request->port = htons(socket->Port());
/haiku/src/servers/registrar/
H A DRegistrar.cpp176 port_id port = messengerPrivate.Port(); local
178 __start_watching_system(-1, B_WATCH_SYSTEM_TEAM_DELETION, port, token);
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp169 int16 port; member in struct:__anon4::__anon5
230 CPPUNIT_ASSERT_EQUAL(kTestExplode[testIndex].expected.port,
263 // The port must be preserved
/haiku/src/apps/cortex/InfoView/
H A DEndPointInfoView.cpp64 m_port(input.destination.port),
92 m_port(output.source.port),
H A DConnectionInfoView.cpp251 message.AddInt32("source_port", m_source.port);
253 message.AddInt32("destination_port", m_destination.port);
H A DInfoWindowManager.cpp359 if ((get_port_info(ref->node().port, &portInfo) == B_OK)
553 if (message->FindInt32("source_port", &source.port) != B_OK) {
560 if (message->FindInt32("destination_port", &destination.port) != B_OK) {
572 if (message->FindInt32("destination_port", &destination.port) != B_OK) {
584 if (message->FindInt32("source_port", &source.port) != B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp60 NetAddress::SetPort(uint16 port) argument
62 fAddress.sin_port = B_HOST_TO_BENDIAN_INT32(port);
95 // create a socket and try to bind it to a port of this address
128 // bind it to a port
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp99 port_id port = obj->mPort; local
108 status_t n_bytes = ::read_port(port, &what, &msg, sizeof(log_message));
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp285 " source port: %ld\n"
288 " dest port: %ld\n",
290 connection->source().id, connection->source().port,
292 connection->destination().id, connection->destination().port));
684 // port can differ from its node's control port, a linear
1183 " source port: %" B_PRId32 "\n"
1185 " dest port: %" B_PRId32 "\n",
1186 finalOutput.source.id, finalOutput.source.port,
1187 finalInput.destination.id, finalInput.destination.port));
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp326 // scan all our pipes to find the one connected to the current port
426 ERROR("%s: DVO port unknown\n", __func__);
429 dvo_port port = (dvo_port)config.dvo_port; local
432 found = port == DVO_PORT_HDMIA || port == DVO_PORT_DPA;
435 found = port == DVO_PORT_HDMIB || port == DVO_PORT_DPB;
438 found = port == DVO_PORT_HDMIC || port == DVO_PORT_DPC;
441 found = port
728 Port* port = (Port*)bus->cookie; local
[all...]
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp234 int32 port; local
237 if ((msg->FindInt32("midi:port", &port) == B_OK)
243 cons->fPort = port;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h215 uint32 flags, port_id port, uint32 token,
267 status_t _SendRequest(RequestPort* port,
270 status_t _SendReceiptAck(RequestPort* port);
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp142 fOutputEncVideo.source.port = ControlPort();
297 if (source.port != ControlPort()) {
338 if (source.port != ControlPort() &&
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h24 status_t notify_query(port_id port, int32 token, int32 operation,
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h202 uint16 port; member in struct:pxenv_tftp_open

Completed in 187 milliseconds

<<11121314151617