Home
last modified time | relevance | path

Searched refs:RedirectsSent (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxIcmpV4Statistics.cs53 _redirectsSent = (long)statistics.RedirectsSent; in OsxIcmpV4Statistics()
98 public override long RedirectsSent { get { return _redirectsSent; } } property in System.Net.NetworkInformation.OsxIcmpV4Statistics
H A DOsxIcmpV6Statistics.cs67 _redirectsSent = (long)statistics.RedirectsSent; in OsxIcmpV6Statistics()
102 public override long RedirectsSent { get { return _redirectsSent; } } property in System.Net.NetworkInformation.OsxIcmpV6Statistics
H A DIcmpV4Statistics.cs100 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
H A DIcmpV6Statistics.cs140 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
H A DLinuxIcmpV4Statistics.cs51 public override long RedirectsSent { get { return _table.OutRedirects; } } property in System.Net.NetworkInformation.LinuxIcmpV4Statistics
H A DLinuxIcmpV6Statistics.cs66 public override long RedirectsSent { get { return _table.OutRedirects; } } property in System.Net.NetworkInformation.LinuxIcmpV6Statistics
H A DSystemIcmpV4Statistics.cs46 public override long RedirectsSent { get { return _stats.outStats.redirects; } } property in System.Net.NetworkInformation.SystemIcmpV4Statistics
H A DSystemIcmpV6Statistics.cs258 public override long RedirectsSent property in System.Net.NetworkInformation.SystemIcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/OSX/System.Native/
H A DInterop.ProtocolStatistics.cs80 public readonly ulong RedirectsSent; field
118 public readonly ulong RedirectsSent; field
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIcmpV4Statistics.cs98 public override long RedirectsSent { property in System.Net.NetworkInformation.MibIcmpV4Statistics
189 public override long RedirectsSent { property in System.Net.NetworkInformation.Win32IcmpV4Statistics
H A DIcmpV6Statistics.cs123 public override long RedirectsSent { property in System.Net.NetworkInformation.MibIcmpV6Statistics
251 public override long RedirectsSent { property in System.Net.NetworkInformation.Win32IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_networkstatistics.h72 uint64_t RedirectsSent; member
106 uint64_t RedirectsSent; member
H A Dpal_networkstatistics.c178 retStats->RedirectsSent = outHist[ICMP_REDIRECT]; in SystemNative_GetIcmpv4GlobalStatistics()
229 retStats->RedirectsSent = outHist[ND_REDIRECT]; in SystemNative_GetIcmpv6GlobalStatistics()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DIcmpV4Statistics.cs63 public abstract long RedirectsSent {get;} property in System.Net.NetworkInformation.IcmpV4Statistics
H A DIcmpV6Statistics.cs86 public abstract long RedirectsSent {get;} property in System.Net.NetworkInformation.IcmpV6Statistics
H A DSystemIcmpV4Statistics.cs48 public override long RedirectsSent{get {return stats.outStats.redirects;}} property in System.Net.NetworkInformation.SystemIcmpV4Statistics
H A DSystemIcmpV6Statistics.cs180 public override long RedirectsSent{ property in System.Net.NetworkInformation.SystemIcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/ref/
H A DSystem.Net.NetworkInformation.cs58 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
96 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7240 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
7278 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs7315 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
7353 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7238 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
7276 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs7311 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
7349 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs10234 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
10272 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs9886 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
9924 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs10428 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV4Statistics
10466 public abstract long RedirectsSent { get; } property in System.Net.NetworkInformation.IcmpV6Statistics

12