Home
last modified time | relevance | path

Searched defs:BytesReceived (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPv4InterfaceStatistics.cs41 public override long BytesReceived { property in System.Net.NetworkInformation.Win32IPv4InterfaceStatistics
110 public override long BytesReceived { property in System.Net.NetworkInformation.LinuxIPv4InterfaceStatistics
196 public override long BytesReceived { property in System.Net.NetworkInformation.MacOsIPv4InterfaceStatistics
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DIPInterfaceStatistics.cs9 public abstract long BytesReceived { get; } property in System.Net.NetworkInformation.IPInterfaceStatistics
52 public abstract long BytesReceived{get;} property in System.Net.NetworkInformation.IPv4InterfaceStatistics
H A DSystemIPInterfaceStatistics.cs19 public override long BytesReceived { get { return (long)ifRow.inOctets; } } property in System.Net.NetworkInformation.SystemIPInterfaceStatistics
57 public override long BytesReceived { get { return (long)ifRow.inOctets; } } property in System.Net.NetworkInformation.SystemIPv4InterfaceStatistics
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/DataSink/
H A DDataSink.c48 UINT64 BytesReceived[ DATA_SAMPLES ]; member
268 size_t BytesReceived; in SocketPoll() local
845 UINT64 BytesReceived; in TimerCallback() local
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/RawIp4Rx/
H A DRawIp4Rx.c34 ssize_t BytesReceived; in RawIp4Rx() local
/dports/games/warmux/warmux-11.04/tools/servers/index_server/
H A Dnet_data.h51 size_t BytesReceived() const { return bytes_received; }; in BytesReceived() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DIPInterfaceStatistics.cs16 public abstract long BytesReceived { get; } property in System.Net.NetworkInformation.IPInterfaceStatistics
H A DIpv4InterfaceStatistics.cs13 public abstract long BytesReceived { get; } property in System.Net.NetworkInformation.IPv4InterfaceStatistics
H A DLinuxIPv4InterfaceStatistics.cs16 public override long BytesReceived => _statistics.BytesReceived; field in System.Net.NetworkInformation.LinuxIPv4InterfaceStatistics
H A DSystemIPv4InterfaceStatistics.cs20 public override long BytesReceived { get { return (long)_ifRow.inOctets; } } property in System.Net.NetworkInformation.SystemIPv4InterfaceStatistics
H A DOsxIPv4InterfaceStatistics.cs16 public override long BytesReceived => _statistics.BytesReceived; field in System.Net.NetworkInformation.OsxIPv4InterfaceStatistics
H A DLinuxIPInterfaceStatistics.cs31 public override long BytesReceived { get { return _table.BytesReceived; } } property in System.Net.NetworkInformation.LinuxIPInterfaceStatistics
H A DSystemIPInterfaceStatistics.cs20 public override long BytesReceived { get { return (long)_ifRow.inOctets; } } property in System.Net.NetworkInformation.SystemIPInterfaceStatistics
H A DOsxIpInterfaceStatistics.cs42 public override long BytesReceived { get { return _inBytes; } } property in System.Net.NetworkInformation.OsxIpInterfaceStatistics
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.c35 ssize_t BytesReceived; in OobRx() local
/dports/net/ooni-mini/probe-engine-0.23.0/netx/bytecounter/
H A Dbytecounter.go47 func (c *Counter) BytesReceived() int64 { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/bytecounter/
H A Dbytecounter.go47 func (c *Counter) BytesReceived() int64 { func
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drasshost.h30 DWORD BytesReceived; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drasshost.h30 DWORD BytesReceived; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/test/
H A Dtest_document_loader.cc113 uint32_t TestDocumentLoader::BytesReceived() const { in BytesReceived() function in chrome_pdf::TestDocumentLoader
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Dras_windows.go68 BytesReceived uint64 member
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dtransport.go38 func (c *Conn) BytesReceived() uint64 { func
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/ice/
H A Dtransport.go39 func (c *Conn) BytesReceived() uint64 { func
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Networking/BackgroundTransfer/
H A Dmod.rs6 pub BytesReceived: u64, field
95 pub BytesReceived: u64, field
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/internal/metrics/
H A Dmetrics.go40 BytesReceived uint64 member

12345678910>>...25