Home
last modified time | relevance | path

Searched refs:otherPort (Results 1 – 16 of 16) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/examples/
H A Dlena-simple-epc.cc152 uint16_t otherPort = 3000; in main() local
182 ++otherPort; in main()
183 … packetSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), otherPort)); in main()
186 UdpClientHelper client (ueIpIface.GetAddress (u), otherPort); in main()
H A Dlena-deactivate-bearer.cc168 uint16_t otherPort = 3000; in main() local
174 ++otherPort; in main()
177 … packetSinkHelper ("ns3::UdpSocketFactory", InetSocketAddress (Ipv4Address::GetAny (), otherPort)); in main()
190 UdpClientHelper client (ueIpIface.GetAddress (u), otherPort); in main()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/
H A DPortAliasesConfigurationDialog.cpp239 foreach (Port *otherPort, model.ports.keys()) { in accept()
240 if (otherPort == port) { in accept()
246 if (model.ports.value(port).first == model.ports.value(otherPort).first) { in accept()
248 QString portStr2 = otherPort->owner()->getLabel() + "." + otherPort->getId(); in accept()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/cpp/view_scilab/
H A DLinkAdapter.cpp444 ScicosID otherPort; in setLinkEnd() local
449 otherPort = to; in setLinkEnd()
453 otherPort = from; in setLinkEnd()
521 if (otherPort != ScicosID()) in setLinkEnd()
523 if (!checkConnectivity(PORT_EIN, otherPort, blkObject, controller)) in setLinkEnd()
533 if (otherPort != ScicosID()) in setLinkEnd()
535 if (!checkConnectivity(PORT_EOUT, otherPort, blkObject, controller)) in setLinkEnd()
555 if (otherPort != ScicosID()) in setLinkEnd()
557 if (!checkConnectivity(PORT_IN, otherPort, blkObject, controller)) in setLinkEnd()
567 if (otherPort != ScicosID()) in setLinkEnd()
[all …]
/dports/audio/carla/Carla-2.4.1/source/backend/engine/
H A DCarlaEngineGraph.cpp156 uint otherGroup, otherPort, carlaPort; in connect() local
164 otherPort = portB; in connect()
172 otherPort = portA; in connect()
204 if (const char* const portName = midiPorts.getName(true, otherPort)) in connect()
210 if (const char* const portName = midiPorts.getName(false, otherPort)) in connect()
250 uint otherGroup, otherPort, carlaPort; in disconnect() local
258 otherPort = connectionToId.portB; in disconnect()
266 otherPort = connectionToId.portA; in disconnect()
552 uint otherGroup, otherPort, carlaPort; in getConnections() local
560 otherPort = connectionToId.portB; in getConnections()
[all …]
/dports/devel/juce/JUCE-f37e9a1/examples/BLOCKS/
H A DBlocksMonitorDemo.h827 …auto otherPort = isDevice1 ? connection.connectionPortOnDevice2 : connection.connectionPortOnDevi… in positionBlocks() local
837 … otherBlockComponent->rotation = getRotation (masterPort.edge, otherPort.edge); in positionBlocks()
841 …herBlockOffset = otherBlockComponent->topLeft + otherBlockComponent->getOffsetForPort (otherPort); in positionBlocks()
893 …auto otherPort = isDevice1 ? connection.connectionPortOnDevice2 : connection.connectionPortOnDevic… in positionBlocks() local
901 … auto rotation = getRotation (otherPort.edge, thisPort.edge) + otherBlockComponent->rotation; in positionBlocks()
908 …erBlockOffset = (otherBlockComponent->topLeft + otherBlockComponent->getOffsetForPort (otherPort)); in positionBlocks()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/
H A DXcosRoute.java326 BasicPort otherPort = null; in getNewOrientation() local
328 otherPort = block.getOut2(); in getNewOrientation()
330 otherPort = block.getOut1(); in getNewOrientation()
332 mxICell otherLink = otherPort.getEdgeAt(0); in getNewOrientation()
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppStun.h130 quint16 otherPort; variable
H A DQXmppStun.cpp250 otherPort(0), in QXmppStunMessage()
687 if (!decodeAddress(stream, a_length, otherHost, otherPort)) { in decode()
820 addAddress(stream, OtherAddress, otherHost, otherPort); in encode()
1072 if (otherPort) in toString()
1074 .arg(otherHost.toString(), QString::number(otherPort)); in toString()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dschematicnode.cpp807 SchematicPort *otherPort = link->getOtherPort(this); in eraseLink() local
808 if (otherPort) otherPort->removeLink(link); in eraseLink()
/dports/lang/spidermonkey78/firefox-78.9.0/caps/
H A DBasePrincipal.cpp400 int32_t otherPort; in EqualsForPermission() local
401 rv = otherURI->GetPort(&otherPort); in EqualsForPermission()
408 if (otherPort != ourPort) { in EqualsForPermission()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/
H A DJGraphFacade.java1053 Object otherPort = model.getSource(otherEdge); in getIncomingEdges() local
1055 if (DefaultGraphModel.isVertex(model, otherPort)) { in getIncomingEdges()
1056 otherCell = otherPort; in getIncomingEdges()
1058 otherCell = model.getParent(otherPort); in getIncomingEdges()
/dports/www/firefox/firefox-99.0/caps/
H A DBasePrincipal.cpp462 int32_t otherPort; in EqualsForPermission() local
463 rv = otherURI->GetPort(&otherPort); in EqualsForPermission()
470 if (otherPort != ourPort) { in EqualsForPermission()
/dports/www/firefox-esr/firefox-91.8.0/caps/
H A DBasePrincipal.cpp436 int32_t otherPort; in EqualsForPermission() local
437 rv = otherURI->GetPort(&otherPort); in EqualsForPermission()
444 if (otherPort != ourPort) { in EqualsForPermission()
/dports/mail/thunderbird/thunderbird-91.8.0/caps/
H A DBasePrincipal.cpp436 int32_t otherPort; in EqualsForPermission() local
437 rv = otherURI->GetPort(&otherPort); in EqualsForPermission()
444 if (otherPort != ourPort) { in EqualsForPermission()
/dports/net-mgmt/observium/observium/mibs/cabletron/
H A DREPEATER-REV4-MIB3784 otherPort(2) -- EPIM
3794 A value of otherPort(2) may imply the use of the EPIM connection."