Home
last modified time | relevance | path

Searched refs:LastAck (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DTcpState.cs22 LastAck, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DTcpState.cs19 LastAck, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DMockMapTcpState.cs40 return TcpState.LastAck; in MapTcpState()
H A DConnectionsParsingTests.cs77 TcpState.LastAck); in ActiveTcpConnectionsParsing()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/procfs-0.7.8/src/
H A Dnet.rs68 LastAck, enumerator
85 0x09 => Some(TcpState::LastAck), in from_u8()
103 TcpState::LastAck => 0x09, in to_u8()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/dhcp/client/
H A Dclient.go54 LastAck() *dhcp.Packet methodSpec
425 func (c *client) LastAck() *dhcp.Packet { func
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/procfs-0.9.1/src/
H A Dnet.rs73 LastAck, enumerator
90 0x09 => Some(TcpState::LastAck), in from_u8()
108 TcpState::LastAck => 0x09, in to_u8()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/metrics/
H A Dprometheus_fake.go396 LastAck: 0,
409 LastAck: 0,
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/info/v2/
H A Dcontainer.go254 LastAck uint64 member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/tether/
H A Dops_linux.go393 ack = dc.LastAck()
678 ack := dc.LastAck()
760 exp := time.After(dc.LastAck().LeaseTime() / 2)
778 duration := dc.LastAck().LeaseTime() / divisor
792 ack := dc.LastAck()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h137 UINT8 LastAck; // The last ack packet type member
H A DDebugAgent.c369 …Mailbox->ToBeCheckSum = Mailbox->CheckSum + CalculateSum8 ((UINT8 *)&Mailbox->LastAck, sizeof(UINT… in UpdateMailboxContent()
371 Mailbox->LastAck = (UINT8) Value; in UpdateMailboxContent()
1659 SendAckPacket (Mailbox->LastAck); in CommandCommunication()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/eci/
H A Ddescribe_multi_container_group_metric.go357 LastAck int64 `json:"LastAck" xml:"LastAck"` member
371 LastAck int64 `json:"LastAck" xml:"LastAck"` member
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/sysutils/edk2/edk2-edk2-stable202102/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h136 UINT8 LastAck; // The last ack packet type member
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/info/v2/
H A Dcontainer.go303 LastAck uint64 member
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Dcadvisor.go453 …cadvisorAdd(md, "container.net.tcp", stats.Network.Tcp.LastAck, containerTagSet(opentsdb.TagSet{"s…
465 …cadvisorAdd(md, "container.net.tcp6", stats.Network.Tcp6.LastAck, containerTagSet(opentsdb.TagSet{…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/info/v1/
H A Dcontainer.go391 LastAck uint64 member

12345