Home
last modified time | relevance | path

Searched refs:GetAddressBytes (Results 1 – 25 of 77) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/tests/PerformanceTests/
H A DIPAddressPerformanceTests.cs45 public static void GetAddressBytes(byte[] address) in GetAddressBytes() method in System.Net.Primitives.Tests.IPAddressPerformanceTests
56 bytes = ip.GetAddressBytes(); bytes = ip.GetAddressBytes(); in GetAddressBytes()
57 bytes = ip.GetAddressBytes(); bytes = ip.GetAddressBytes(); in GetAddressBytes()
58 bytes = ip.GetAddressBytes(); bytes = ip.GetAddressBytes(); in GetAddressBytes()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/
H A DIPAddressExtensions.cs19 var ipAdressBytes = address.GetAddressBytes(); in GetBroadcastAddress()
20 var subnetMaskBytes = subnetMask.GetAddressBytes(); in GetBroadcastAddress()
35 var ipAdressBytes = address.GetAddressBytes(); in GetNetworkAddress()
36 var subnetMaskBytes = subnetMask.GetAddressBytes(); in GetNetworkAddress()
60 var address1Bytes = address.GetAddressBytes(); in IsInSameIpv6Subnet()
61 var address2Bytes = address2.GetAddressBytes(); in IsInSameIpv6Subnet()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/tests/FunctionalTests/
H A DIPAddressTest.cs59 Assert.Equal(expectedBytes, ip.GetAddressBytes()); in Ctor_Long_Success()
76 Assert.Equal(address, ip.GetAddressBytes()); in Ctor_Bytes_Success()
99 Assert.Equal(address, ip.GetAddressBytes()); in Ctor_BytesScopeId_Success()
186 ip = new IPAddress(IPAddress.Loopback.GetAddressBytes()); //IpV4 loopback in IsLoopback_Get_Success()
192 ip = new IPAddress(IPAddress.IPv6Loopback.GetAddressBytes()); //IpV6 loopback in IsLoopback_Get_Success()
272 new IPAddress(ip.GetAddressBytes(), ip.ScopeId) : in GetHashCode_ValidIPAddresses_Success()
273 new IPAddress(ip.GetAddressBytes()); in GetHashCode_ValidIPAddresses_Success()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DIPAddressTest.cs255 byte[] dataOut = IPAddress.Parse ("10.11.12.13").GetAddressBytes (); in GetAddressBytesV4()
264 byte[] dataOut = IPAddress.Parse ("123:4567:8998:7654:3210:0123:4567:8998").GetAddressBytes (); in GetAddressBytesV6()
269 dataOut = IPAddress.Parse ("::FFFF:127.0.0.1").GetAddressBytes (); in GetAddressBytesV6()
405 Assert.AreEqual (bytes, i.GetAddressBytes (), "#1"); in Constructor0_Address_4Byte()
631 byte [] v4bytes = v4.GetAddressBytes (); in MapToIPv6()
633 byte [] v6bytes = v6.GetAddressBytes (); in MapToIPv6()
665 IPAddress ipFromBytes = new IPAddress (ip.GetAddressBytes ()); in EqualsFromBytes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Net/net/PeerToPeer/
H A DSystemNetHelpers.cs40 byte[] addressBytes = ipEndPoint.Address.GetAddressBytes(); in SOCKADDRFromIPEndPoint()
50 byte[] addressBytes = ipEndPoint.Address.GetAddressBytes(); in SOCKADDRFromIPEndPoint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerIPHelper.cs104 clone = new IPAddress(source.GetAddressBytes()); in CloneAddress()
106 clone = new IPAddress(source.GetAddressBytes(), source.ScopeId); in CloneAddress()
313 byte[] bytes = address.GetAddressBytes(); in GetAddressType()
340 … uriBuilder.Host = new IPAddress(ipAddress.GetAddressBytes(), ipAddress.ScopeId).ToString(); in GetIPUri()
H A DPeerUnsafeNativeMethods.cs137 this.sin6_addr = address.GetAddressBytes(); in sockaddr_in6()
143 byte[] v4AddressBytes = address.GetAddressBytes(); in sockaddr_in6()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NameResolution/tests/PalTests/Fakes/
H A DIPAddressFakeExtensions.cs13 byte[] bytes = address.GetAddressBytes(); in TryWriteBytes()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DIPAddressUtil.cs24 byte firstByte = address.GetAddressBytes()[0]; in IsMulticast()
H A DPhysicalAddress.cs113 public byte[] GetAddressBytes() in GetAddressBytes() method in System.Net.NetworkInformation.PhysicalAddress
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_AutoWebProxyScriptHelper.cs398 byte[] maskAddressBytes = maskAddress.GetAddressBytes(); in isInNet()
399 byte[] hostAddressBytes = hostAddress.GetAddressBytes(); in isInNet()
400 byte[] patternAddressBytes = patternAddress.GetAddressBytes(); in isInNet()
617 byte[] IPv4AddressBytes = IPv4EndPoint.Address.GetAddressBytes(); in sortIpAddressList()
807 byte[] prefixAddressBytes = prefixAddress.GetAddressBytes(); in isInNetEx()
860 byte[] addressBytes = address.GetAddressBytes(); in isInNetEx()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Security/
H A DCertificateValidation.Unix.cs36 byte[] addressBytes = hostnameAsIp.GetAddressBytes(); in BuildChainAndVerifyProperties()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/DHT/
H A DDHTHelper.cs212 Buffer.BlockCopy(address.GetAddressBytes(), 0, info, 20, 4); in CompactNode()
224 Buffer.BlockCopy(address.GetAddressBytes(), 0, info, 0, 4); in CompactEndPoint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A Dping.cs338 addressSnapshot = new IPAddress(address.GetAddressBytes()); in Send()
342 addressSnapshot = new IPAddress(address.GetAddressBytes(), address.ScopeId); in Send()
471 addressSnapshot = new IPAddress(address.GetAddressBytes()); in SendAsync()
475 addressSnapshot = new IPAddress(address.GetAddressBytes(), address.ScopeId); in SendAsync()
H A DPhysicalAddress.cs88 public byte[] GetAddressBytes(){ in GetAddressBytes() method in System.Net.NetworkInformation.PhysicalAddress
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DPhysicalAddressTest.cs68 byte[] byteAddressClone = address1.GetAddressBytes(); in PhysicalAddress_Clone_Pass()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DGeneralNameEncoder.cs58 byte[] addressBytes = address.GetAddressBytes(); in EncodeIpAddress()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.NetworkInformation/
H A DPhysicalAddressTest.cs36 Assert.AreEqual(0, phys.GetAddressBytes().Length); in ParseNull()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DUnicastIPAddressInformation.cs142 byte[] addressBytes = address.GetAddressBytes ();
H A DIPInterfaceProperties.cs188 byte[] addressBytes = address.GetAddressBytes ();
203 byte top = address.GetAddressBytes () [0];
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/netstd/Thrift/Transport/Client/
H A DTSocketTransport.cs64 Host = new IPAddress(addr.GetAddressBytes(), addr.ScopeId); in TSocketTransport()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ/
H A DRabbitMQMessagingProvider.cs62 byte[] addr = ip.GetAddressBytes (); in GetLocalIP()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Network/
H A DGeoIP.cs95 var ipNumber = new BigInteger(ip.GetAddressBytes().Reverse().Append((byte)0).ToArray()); in LookupCountry()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/
H A DNetUtils.cs39 byte[] address = s_testNets[index / TestNetAddressRangeLength].GetAddressBytes(); in GetNonExistingIPv4()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/ProxySocket/
H A DSocks4Handler.cs91 Array.Copy(remoteEP.Address.GetAddressBytes(), 0, connect, 4, 4); in GetEndPointBytes()

1234