Home
last modified time | relevance | path

Searched refs:BytesReceived (Results 1 – 25 of 1324) sorted by relevance

12345678910>>...53

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.c35 ssize_t BytesReceived; in OobRx() local
153 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), MSG_OOB ); in OobRx()
154 RetVal = (UINT32)BytesReceived; in OobRx()
155 if ( 0 < BytesReceived ) { in OobRx()
159 printf ( "%5Ld OOB bytes received\r\n", (UINT64)BytesReceived ); in OobRx()
169 else if ( -1 == BytesReceived ) { in OobRx()
186 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), 0 ); in OobRx()
187 RetVal = (UINT32)BytesReceived; in OobRx()
188 if ( 0 < BytesReceived ) { in OobRx()
192 printf ( "%4Ld bytes received\r\n", (UINT64)BytesReceived ); in OobRx()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/RawIp4Rx/
H A DRawIp4Rx.c34 ssize_t BytesReceived; in RawIp4Rx() local
103 BytesReceived = recvfrom ( s, in RawIp4Rx()
109 RetVal = (UINT32)BytesReceived; in RawIp4Rx()
110 if ( 0 < BytesReceived ) { in RawIp4Rx()
117 (UINT32)BytesReceived, in RawIp4Rx()
143 TotalBytesReceived += BytesReceived; in RawIp4Rx()
152 else if ( -1 == BytesReceived ) { in RawIp4Rx()
/dports/ftp/sftpgo/sftpgo-2.2.0/common/
H A Dtransfer.go25 BytesReceived int64 member
64 BytesReceived: 0,
94 return atomic.LoadInt64(&t.BytesReceived)
160 atomic.StoreInt64(&t.BytesReceived, 0)
195 atomic.LoadInt64(&t.BytesReceived), elapsed)
226 …metric.TransferCompleted(atomic.LoadInt64(&t.BytesSent), atomic.LoadInt64(&t.BytesReceived), t.tra…
232 atomic.StoreInt64(&t.BytesReceived, 0)
248 atomic.StoreInt64(&t.BytesReceived, 0)
260 fileSize := atomic.LoadInt64(&t.BytesReceived) + t.MinWriteOffset
267 …logger.TransferLog(uploadLogSender, t.fsPath, elapsed, atomic.LoadInt64(&t.BytesReceived), t.Conne…
[all …]
H A Dtransfer_test.go24 BytesReceived: 123,
45 transfer.BytesReceived = 1
69 transfer.BytesReceived = testFileSize
210 transfer.BytesReceived = 9
232 transfer.BytesReceived = 9
251 transfer.BytesReceived = 9
293 BytesReceived: 123,
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/PeiDxeSmmPchSerialIoUartLib/
H A DPeiDxeSmmPchSerialIoUartLib.c278 UINTN BytesReceived; in PchSerialIoUartIn() local
298 BytesReceived = 0; in PchSerialIoUartIn()
300 while (BytesReceived != NumberOfBytes) { in PchSerialIoUartIn()
319 BytesReceived++; in PchSerialIoUartIn()
326 return BytesReceived; in PchSerialIoUartIn()
330 return BytesReceived; in PchSerialIoUartIn()
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/iosxr/iosxr/mock_data/
H A D_Get__Operational__Interfaces__InterfaceTable___InterfaceTable___Interfaces___Operational___Get_.rpc1BytesReceived>522453379847192</BytesReceived><PacketsSent>1112017938136</PacketsSent><BytesSent>89…
/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/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/xtaci/kcp-go/v5/
H A Dsnmp.go11 BytesReceived uint64 // bytes received to upper level member
75 fmt.Sprint(snmp.BytesReceived),
105 d.BytesReceived = atomic.LoadUint64(&s.BytesReceived)
134 atomic.StoreUint64(&s.BytesReceived, 0)
/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
612 BytesReceived = read ( PollFd[ Index ].fd, in SocketPoll()
615 if ( 0 < BytesReceived ) { in SocketPoll()
623 BytesReceived, in SocketPoll()
634 BytesReceived, in SocketPoll()
669 else if ( -1 == BytesReceived ) { in SocketPoll()
845 UINT64 BytesReceived; in TimerCallback() local
862 BytesReceived = Port[ Index ].BytesTotal; in TimerCallback()
864 && ( 0 != BytesReceived )) { in TimerCallback()
[all …]
/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/www/tusd/tusd-1.8.0/pkg/handler/
H A Dmetrics.go19 BytesReceived *uint64 member
42 atomic.AddUint64(m.BytesReceived, delta)
71 BytesReceived: new(uint64),
/dports/www/tusc/tusc-0.4.7/vendor/github.com/tus/tusd/
H A Dmetrics.go19 BytesReceived *uint64 member
42 atomic.AddUint64(m.BytesReceived, delta)
71 BytesReceived: new(uint64),
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DLinuxIPv4InterfaceStatistics.cs16 public override long BytesReceived => _statistics.BytesReceived; field in System.Net.NetworkInformation.LinuxIPv4InterfaceStatistics
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
/dports/ftp/sftpgo/sftpgo-2.2.0/sftpd/
H A Dtransfer.go119 atomic.AddInt64(&t.BytesReceived, int64(n))
121 if t.MaxWriteSize > 0 && err == nil && atomic.LoadInt64(&t.BytesReceived) > t.MaxWriteSize {
201 atomic.StoreInt64(&t.BytesReceived, written)
227 …metric.TransferCompleted(atomic.LoadInt64(&t.BytesSent), atomic.LoadInt64(&t.BytesReceived), t.Get…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DNetworkInterfaceIPv4Statistics.cs33 _log.WriteLine("BytesReceived: " + stats.BytesReceived); in BasicTest_GetIPv4InterfaceStatistics_Success()
59 _log.WriteLine("BytesReceived: " + stats.BytesReceived); in BasicTest_GetIPv4InterfaceStatistics_Success_Linux()
84 _log.WriteLine("BytesReceived: " + stats.BytesReceived); in BasicTest_GetIPv4InterfaceStatistics_Success_OSX()
/dports/net/ooni-mini/probe-engine-0.23.0/netx/bytecounter/
H A Dbytecounter.go47 func (c *Counter) BytesReceived() int64 { func
53 return float64(c.BytesReceived()) / 1024
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/bytecounter/
H A Dbytecounter.go47 func (c *Counter) BytesReceived() int64 { func
53 return float64(c.BytesReceived()) / 1024
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Dairpcap.c256 UINT BytesReceived = 0; in airpcap_sniff() local
266 if (AirpcapRead(airpcap_handle, buf, len, &BytesReceived)) in airpcap_sniff()
267 return (int) BytesReceived; in airpcap_sniff()
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dstats_go_test.go254 assert.Equal(t, uint64(len(msg)), dcStatsAnswer.BytesReceived)
289 assert.GreaterOrEqual(t, offerICETransportStats.BytesSent, answerICETransportStats.BytesReceived)
290 assert.GreaterOrEqual(t, answerICETransportStats.BytesSent, offerICETransportStats.BytesReceived)
294 assert.GreaterOrEqual(t, offerSCTPTransportStats.BytesSent, answerSCTPTransportStats.BytesReceived)
295 assert.GreaterOrEqual(t, answerSCTPTransportStats.BytesSent, offerSCTPTransportStats.BytesReceived)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/internal/metrics/
H A Dmetrics.go40 BytesReceived uint64 member
110 BytesReceived: counters.BytesRecv,
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/internal/metrics/
H A Dmetrics.go40 BytesReceived uint64 member
110 BytesReceived: counters.BytesRecv,
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/test/
H A Dtest_document_loader.cc106 return BytesReceived() == GetDocumentSize(); in IsDocumentComplete()
113 uint32_t TestDocumentLoader::BytesReceived() const { in BytesReceived() function in chrome_pdf::TestDocumentLoader

12345678910>>...53