Home
last modified time | relevance | path

Searched refs:MaxPort (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DUdpAppender.cs218 if (value < IPEndPoint.MinPort || value > IPEndPoint.MaxPort)
224 IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + ".");
255 if (value != 0 && (value < IPEndPoint.MinPort || value > IPEndPoint.MaxPort))
261 IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + ".");
361 else if (this.RemotePort < IPEndPoint.MinPort || this.RemotePort > IPEndPoint.MaxPort) in ActivateOptions()
367 IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + "."); in ActivateOptions()
369 …his.LocalPort != 0 && (this.LocalPort < IPEndPoint.MinPort || this.LocalPort > IPEndPoint.MaxPort)) in ActivateOptions()
375 IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + "."); in ActivateOptions()
H A DTelnetAppender.cs94 if (value < IPEndPoint.MinPort || value > IPEndPoint.MaxPort)
100 IPEndPoint.MaxPort.ToString(NumberFormatInfo.InvariantInfo) + ".");
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/terraform-svchost/disco/
H A Dhost_test.go193 MaxPort: 65535,
205 MaxPort: 1026,
231 MaxPort: 65535,
243 MaxPort: 65535,
255 MaxPort: 65535,
267 MaxPort: 65535,
279 MaxPort: 65535,
291 MaxPort: 65535,
318 MaxPort: 65535,
331 MaxPort: 65535,
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/turn/v2/
H A Drelay_address_generator_range.go20 MaxPort uint16 member
51 case r.MaxPort == 0:
75 port := r.MinPort + uint16(r.Rand.Intn(int((r.MaxPort+1)-r.MinPort)))
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/tests/FunctionalTests/
H A DIPEndPointTest.cs31 …t.Throws<ArgumentOutOfRangeException>(() => new IPEndPoint(testIpAddress, IPEndPoint.MaxPort + 1)); in Ctor_LongAddressPort_Invalid()
48 …ssert.Throws<ArgumentOutOfRangeException>(() => new IPEndPoint(testIpV41, IPEndPoint.MaxPort + 1)); in Ctor_IPAddressPort_Invalid()
64 Assert.Throws<ArgumentOutOfRangeException>(() => ep.Port = IPEndPoint.MaxPort + 1); in Port_Set_Invalid()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/DataSink/
H A DDataSink.c59 nfds_t MaxPort; variable
140 Index = MaxPort++; in SocketAccept()
296 MaxPort, in SocketPoll()
476 if (( MAX_CONNECTIONS <= MaxPort ) in SocketPoll()
477 || ((( MAX_CONNECTIONS - 1 ) == MaxPort ) && ( -1 == ListenSocket ))) { in SocketPoll()
599 Index = MaxPort++; in SocketPoll()
794 MaxPort -= 1; in SocketPoll()
795 for ( Entry = Index + 1; MaxPort >= Entry; Entry++ ) { in SocketPoll()
804 PollFd[ MaxPort ].fd = -1; in SocketPoll()
858 for ( Index = 0; MaxPort > Index; Index++ ) { in TimerCallback()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DRemoteEndpointMessageProperty.cs25 if (port < IPEndPoint.MinPort || port > IPEndPoint.MaxPort) in RemoteEndpointMessageProperty()
28 SR.GetString(SR.ValueMustBeInRange, IPEndPoint.MinPort, IPEndPoint.MaxPort)); in RemoteEndpointMessageProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DServerUdpOutputChannel.cs291 if (destination.Port < 1 || destination.Port > IPEndPoint.MaxPort) in ValidateDestinationUri()
295 …OperationException(SR.ViaUriIsNotValid(destination, SR.PortNumberInvalid(1, IPEndPoint.MaxPort)))); in ValidateDestinationUri()
299 …rationException(SR.ToAddressIsNotValid(destination, SR.PortNumberInvalid(1, IPEndPoint.MaxPort)))); in ValidateDestinationUri()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DHttpListenerFactory.cs17 const int MaxStartAttempts = IPEndPoint.MaxPort - StartPort + 1;
204 if (s_nextPort > IPEndPoint.MaxPort) in GetNextPort()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/shared/executor/
H A Dutils.go54 config.MaxPort = driverConfig.ClientMaxPort
57 config.MaxPort = ExecutorDefaultMaxPort
/dports/sysutils/nomad/nomad-1.1.0/drivers/shared/executor/
H A Dutils.go54 config.MaxPort = driverConfig.ClientMaxPort
57 config.MaxPort = ExecutorDefaultMaxPort
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DTcpValidationHelpers.cs13 return port >= IPEndPoint.MinPort && port <= IPEndPoint.MaxPort; in ValidatePortNumber()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-plugin/
H A Dclient.go123 MinPort, MaxPort uint member
247 if config.MinPort == 0 && config.MaxPort == 0 {
249 config.MaxPort = 25000
483 fmt.Sprintf("PLUGIN_MAX_PORT=%d", c.config.MaxPort),
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-plugin/
H A Dclient.go123 MinPort, MaxPort uint member
247 if config.MinPort == 0 && config.MaxPort == 0 {
249 config.MaxPort = 25000
483 fmt.Sprintf("PLUGIN_MAX_PORT=%d", c.config.MaxPort),
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-plugin/
H A Dclient.go123 MinPort, MaxPort uint member
247 if config.MinPort == 0 && config.MaxPort == 0 {
249 config.MaxPort = 25000
483 fmt.Sprintf("PLUGIN_MAX_PORT=%d", c.config.MaxPort),
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Sockets/
H A DUdpClientTest.cs155 using (MyUdpClient client = new MyUdpClient (IPEndPoint.MaxPort)) in Constructor3()
174 Assert.AreEqual (IPEndPoint.MaxPort, localEP.Port, "#B:Client:LocalEndPoint/Port"); in Constructor3()
185 new UdpClient (IPEndPoint.MaxPort + 1); in Constructor3_Port_OutOfRange()
292 using (MyUdpClient client = new MyUdpClient (IPEndPoint.MaxPort, AddressFamily.InterNetworkV6)) in Constructor5()
311 Assert.AreEqual (IPEndPoint.MaxPort, localEP.Port, "#B:Client:LocalEndPoint/Port"); in Constructor5()
355 new UdpClient (IPEndPoint.MaxPort + 1, AddressFamily.InterNetwork); in Constructor5_Port_OutOfRange()
406 using (MyUdpClient client = new MyUdpClient ("127.0.0.1", IPEndPoint.MaxPort)) in Constructor6()
452 new UdpClient ("local", IPEndPoint.MaxPort + 1); in Constructor6_Port_OutOfRange()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DDefaultPortElement.cs38 [IntegerValidator(MinValue = IPEndPoint.MinPort, MaxValue = IPEndPoint.MaxPort)]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/go-plugin/
H A Dclient.go136 MinPort, MaxPort uint member
260 if config.MinPort == 0 && config.MaxPort == 0 {
262 config.MaxPort = 25000
526 fmt.Sprintf("PLUGIN_MAX_PORT=%d", c.config.MaxPort),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DDnsEndPoint.cs29 if(port < IPEndPoint.MinPort || port > IPEndPoint.MaxPort) { in DnsEndPoint()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DDnsEndPoint.cs29 if (port < IPEndPoint.MinPort || port > IPEndPoint.MaxPort) in DnsEndPoint()
/dports/net/mtr-nox11/mtr-0.94/ui/
H A Dmtr.h67 #define MaxPort 65535 macro
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/turn/v2/examples/turn-server/port-range/
H A Dmain.go63 MaxPort: 55000,
/dports/net/mtr/mtr-0.94/ui/
H A Dmtr.h67 #define MaxPort 65535 macro
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/go-plugin/
H A Dclient.go149 MinPort, MaxPort uint member
296 if config.MinPort == 0 && config.MaxPort == 0 {
298 config.MaxPort = 25000
522 fmt.Sprintf("PLUGIN_MAX_PORT=%d", c.config.MaxPort),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-plugin/
H A Dclient.go149 MinPort, MaxPort uint member
296 if config.MinPort == 0 && config.MaxPort == 0 {
298 config.MaxPort = 25000
522 fmt.Sprintf("PLUGIN_MAX_PORT=%d", c.config.MaxPort),

12345