Home
last modified time | relevance | path

Searched refs:tcpBase (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/components/echo/common/
H A Dportgen.go27 tcpBase = 9090 const
57 protocol.TCP: tcpBase,
60 protocol.Mongo: tcpBase,
61 protocol.MySQL: tcpBase,
62 protocol.Redis: tcpBase,
63 protocol.UDP: tcpBase,
/dports/net/opal/opal-3.10.10/include/h323/
H A Dh323ep.h1150 void SetTCPPorts(unsigned tcpBase, unsigned tcpMax) { manager.SetTCPPorts(tcpBase, tcpMax); } in SetTCPPorts() argument
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/
H A Dhedgewars.pro75 ../QTfrontend/net/tcpBase.h \
174 ../QTfrontend/net/tcpBase.cpp \
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/
H A Dhedgewars.pro75 ../QTfrontend/net/tcpBase.h \
174 ../QTfrontend/net/tcpBase.cpp \
/dports/net/opal/opal-3.10.10/include/opal/
H A Dmanager.h1271 void SetTCPPorts(unsigned tcpBase, unsigned tcpMax);
/dports/net/opal/opal-3.10.10/src/opal/
H A Dmanager.cxx1625 void OpalManager::SetTCPPorts(unsigned tcpBase, unsigned tcpMax) in SetTCPPorts() argument
1627 tcpPorts.Set(tcpBase, tcpMax, 49, 0); in SetTCPPorts()
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323ep.h2667 void SetTCPPorts(unsigned tcpBase, unsigned tcpMax);
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323ep.cxx3859 void H323EndPoint::SetTCPPorts(unsigned tcpBase, unsigned tcpMax) argument
3861 tcpPorts.Set(tcpBase, tcpMax, 99, 0);
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DH323EndPoint.sip788 void SetTCPPorts(unsigned tcpBase, unsigned tcpMax);
H A DOpalManager.sip1232 void SetTCPPorts(unsigned tcpBase, unsigned tcpMax);