Home
last modified time | relevance | path

Searched refs:OSSupportsIPv4 (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DReceiveMessageFrom.cs19 if (Socket.OSSupportsIPv4) in Success()
104 if (!Socket.OSSupportsIPv4) return; in Success_APM()
159 if (!Socket.OSSupportsIPv4) return; in Success_EventArgs()
H A DOSSupport.cs17 Assert.Equal(Socket.SupportsIPv4, Socket.OSSupportsIPv4); in SupportsIPv4_MatchesOSSupportsIPv4()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/
H A DCapability.Sockets.cs63 return Socket.OSSupportsIPv4; in IPv4Support()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DSocketProtocolSupportPal.Unix.cs30 public static bool OSSupportsIPv4 property in System.Net.SocketProtocolSupportPal
H A DSocketProtocolSupportPal.Windows.cs32 public static bool OSSupportsIPv4 property in System.Net.SocketProtocolSupportPal
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPGlobalProperties.cs497 if (!Socket.OSSupportsIPv4) in GetIcmpV4Statistics()
515 if (!Socket.OSSupportsIPv4) in GetIPv4GlobalStatistics()
533 if (!Socket.OSSupportsIPv4) in GetTcpIPv4Statistics()
551 if (!Socket.OSSupportsIPv4) in GetUdpIPv4Statistics()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DNetworkAddressChange.Windows.cs216 if (Socket.OSSupportsIPv4) in StartHelper()
248 … if (Socket.OSSupportsIPv4 && (startIPOptions & StartIPOptions.StartIPv4) != 0) in StartHelper()
H A DSystemIPGlobalProperties.cs125 if (Socket.OSSupportsIPv4) in GetAllTcpConnections()
228 if (Socket.OSSupportsIPv4) in GetActiveUdpListeners()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DNetworkAddressChange.cs230 if(Socket.OSSupportsIPv4){ in StartHelper()
259 … if(Socket.OSSupportsIPv4 && (startIPOptions & StartIPOptions.StartIPv4) !=0){ in StartHelper()
H A DSystemIPGlobalProperties.cs159 if (Socket.OSSupportsIPv4) { in GetAllTcpConnections()
266 if (Socket.OSSupportsIPv4) { in GetActiveUdpListeners()
H A Dping.cs746 if (ip.AddressFamily == AddressFamily.InterNetwork && !Socket.OSSupportsIPv4) in TestIsIpSupported()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DUdpDiscoveryEndpoint.cs121 … return Socket.OSSupportsIPv4 ? DefaultIPv4MulticastAddress : DefaultIPv6MulticastAddress; in GetDefaultMulticastAddress()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DUdpUtility.cs73 ipV4Supported = Socket.OSSupportsIPv4; in CheckSocketSupport()
237 ThrowIfNoSocketSupport(Socket.OSSupportsIPv4, Socket.OSSupportsIPv6); in ThrowIfNoSocketSupport()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DExclusiveTcpTransportManager.cs252 … bool useIPv4 = (this.ListenUri.HostNameType != UriHostNameType.IPv6) && Socket.OSSupportsIPv4; in Select()
H A DTcpChannelListener.cs333 bool useIPv4 = Socket.OSSupportsIPv4; in SetupUniquePort()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/
H A DTcpServerChannel.cs74 …AddressFamily addressFamily = (Socket.OSSupportsIPv4) ? AddressFamily.InterNetwork : AddressFamily… in Init()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A D_MultipleConnectAsync.cs425 if (Socket.OSSupportsIPv4) in MultipleSocketMultipleConnectAsync()
H A DTCPClient.cs221 if (Socket.OSSupportsIPv4){ in TcpClient()
H A DUDPClient.cs338 if (Socket.OSSupportsIPv4){ in Connect()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DMultipleConnectAsync.cs466 if (Socket.OSSupportsIPv4) in DualSocketMultipleConnectAsync()
H A DTCPClient.cs177 …if ((address.AddressFamily == AddressFamily.InterNetwork && Socket.OSSupportsIPv4) || Socket.OSSup… in Connect()
H A DUDPClient.cs723 if (Socket.OSSupportsIPv4) in Connect()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/
H A DPing.cs373 … if (ip.AddressFamily == AddressFamily.InterNetwork && !SocketProtocolSupportPal.OSSupportsIPv4) in TestIsIpSupported()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DDns.cs324 (Socket.OSSupportsIPv4 && newAddress.AddressFamily == AddressFamily.InterNetwork) ) in hostent_to_IPHostEntry()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DInternal.cs580 if (Socket.OSSupportsIPv4) in NetworkAddressChangePolled()
601 if (Socket.OSSupportsIPv4 && (startIPOptions & StartIPOptions.StartIPv4) != 0){ in Setup()

12