Home
last modified time | relevance | path

Searched defs:BytesSent (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DIPv4InterfaceStatistics.cs45 public override long BytesSent { property in System.Net.NetworkInformation.Win32IPv4InterfaceStatistics
116 public override long BytesSent { property in System.Net.NetworkInformation.LinuxIPv4InterfaceStatistics
200 public override long BytesSent { 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.cs12 public abstract long BytesSent { get; } property in System.Net.NetworkInformation.IPInterfaceStatistics
55 public abstract long BytesSent{get;} property in System.Net.NetworkInformation.IPv4InterfaceStatistics
H A DSystemIPInterfaceStatistics.cs18 public override long BytesSent { get { return (long)ifRow.outOctets; } } property in System.Net.NetworkInformation.SystemIPInterfaceStatistics
56 public override long BytesSent { get { return (long)ifRow.outOctets; } } property in System.Net.NetworkInformation.SystemIPv4InterfaceStatistics
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DBufferedSocketListener.h37 typedef X<4> BytesSent; typedef
47 virtual void on(BytesSent, size_t, size_t) noexcept { } in on() argument
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DBufferedSocketListener.h37 typedef X<4> BytesSent; typedef
47 virtual void on(BytesSent, size_t, size_t) noexcept { } in on() argument
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DBufferedSocketListener.h37 typedef X<4> BytesSent; typedef
47 virtual void on(BytesSent, size_t, size_t) noexcept { } in on() argument
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DBufferedSocketListener.h37 typedef X<4> BytesSent; typedef
47 virtual void on(BytesSent, size_t, size_t) noexcept { } in on() argument
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/
H A DBufferedSocketListener.h37 typedef X<4> BytesSent; typedef
47 virtual void on(BytesSent, size_t, size_t) noexcept { } in on() argument
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A DBufferedSocketListener.h33 typedef X<4> BytesSent; typedef
43 virtual void on(BytesSent, size_t, size_t) throw() { } in on() argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/RawIp4Tx/
H A DRawIp4Tx.c34 UINT32 BytesSent; in RawIp4Tx() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DIPInterfaceStatistics.cs21 public abstract long BytesSent { get; } property in System.Net.NetworkInformation.IPInterfaceStatistics
H A DIpv4InterfaceStatistics.cs14 public abstract long BytesSent { get; } property in System.Net.NetworkInformation.IPv4InterfaceStatistics
H A DLinuxIPv4InterfaceStatistics.cs18 public override long BytesSent => _statistics.BytesSent; field in System.Net.NetworkInformation.LinuxIPv4InterfaceStatistics
H A DSystemIPv4InterfaceStatistics.cs18 public override long BytesSent { get { return (long)_ifRow.outOctets; } } property in System.Net.NetworkInformation.SystemIPv4InterfaceStatistics
H A DOsxIPv4InterfaceStatistics.cs18 public override long BytesSent => _statistics.BytesSent; field in System.Net.NetworkInformation.OsxIPv4InterfaceStatistics
H A DLinuxIPInterfaceStatistics.cs33 public override long BytesSent { get { return _table.BytesTransmitted; } } property in System.Net.NetworkInformation.LinuxIPInterfaceStatistics
H A DSystemIPInterfaceStatistics.cs18 public override long BytesSent { get { return (long)_ifRow.outOctets; } } property in System.Net.NetworkInformation.SystemIPInterfaceStatistics
H A DOsxIpInterfaceStatistics.cs44 public override long BytesSent { get { return _outBytes; } } property in System.Net.NetworkInformation.OsxIpInterfaceStatistics
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.c35 UINT32 BytesSent; in OobTx() local
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pquerna/ffjson/tests/
H A Dbase.go17 BytesSent uint64 member
/dports/net/ooni-mini/probe-engine-0.23.0/netx/bytecounter/
H A Dbytecounter.go27 func (c *Counter) BytesSent() int64 { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/bytecounter/
H A Dbytecounter.go27 func (c *Counter) BytesSent() int64 { func
/dports/net/yggdrasil/yggdrasil-go-0.3.11/src/yggdrasil/
H A Dapi.go28 BytesSent uint64 // Number of bytes sent to this peer member
45 BytesSent uint64 // Number of bytes sent via this switch port member
100 BytesSent uint64 // Bytes sent to the session member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c91 UINT64 BytesSent[ DATA_SAMPLES ]; variable
547 size_t BytesSent; in SocketSend() local
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dtransport.go33 func (c *Conn) BytesSent() uint64 { func

12345678910>>...21