Home
last modified time | relevance | path

Searched defs:IPV4_HEADER (Results 1 – 8 of 8) sorted by relevance

/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DTcpIp.h188 struct IPV4_HEADER struct
190 UCHAR VersionAndHeaderLength; // Version and header size
191 UCHAR TypeOfService; // Service Type
192 USHORT TotalLength; // Total size
193 USHORT Identification; // Identifier
194 UCHAR FlagsAndFlagmentOffset[2]; // Flag and Fragment offset
195 UCHAR TimeToLive; // TTL
196 UCHAR Protocol; // Protocol
197 USHORT Checksum; // Checksum
198 UINT SrcIP; // Source IP address
[all …]
H A DMayaType.h544 typedef struct IPV4_HEADER IPV4_HEADER; typedef
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DTcpIp.h188 struct IPV4_HEADER struct
190 UCHAR VersionAndHeaderLength; // Version and header size
191 UCHAR TypeOfService; // Service Type
192 USHORT TotalLength; // Total size
193 USHORT Identification; // Identifier
194 UCHAR FlagsAndFlagmentOffset[2]; // Flag and Fragment offset
195 UCHAR TimeToLive; // TTL
196 UCHAR Protocol; // Protocol
197 USHORT Checksum; // Checksum
198 UINT SrcIP; // Source IP address
[all …]
H A DMayaType.h544 typedef struct IPV4_HEADER IPV4_HEADER; typedef
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DTcpIp.h94 struct IPV4_HEADER struct
96 UCHAR VersionAndHeaderLength; // Version and header size
97 UCHAR TypeOfService; // Service Type
98 USHORT TotalLength; // Total size
99 USHORT Identification; // Identifier
100 UCHAR FlagsAndFragmentOffset[2]; // Flag and Fragment offset
101 UCHAR TimeToLive; // TTL
102 UCHAR Protocol; // Protocol
103 USHORT Checksum; // Checksum
104 UINT SrcIP; // Source IP address
[all …]
H A DMayaType.h417 typedef struct IPV4_HEADER IPV4_HEADER; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/
H A Dmod.rs7128 pub struct IPV4_HEADER { struct
7129 pub Anonymous1: IPV4_HEADER_0, argument
7130 pub Anonymous2: IPV4_HEADER_1, argument
7133 pub Anonymous3: IPV4_HEADER_2, argument
7141 impl ::core::marker::Copy for IPV4_HEADER {} argument
7143 impl ::core::clone::Clone for IPV4_HEADER { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/
H A Dmod.rs14145 pub struct IPV4_HEADER { struct
14146 pub Anonymous1: IPV4_HEADER_0, argument
14147 pub Anonymous2: IPV4_HEADER_1, argument
14150 pub Anonymous3: IPV4_HEADER_2, argument
14158 impl IPV4_HEADER {} argument
14160 impl ::std::default::Default for IPV4_HEADER { implementation
14166 impl ::std::cmp::PartialEq for IPV4_HEADER { implementation
14172 impl ::std::cmp::Eq for IPV4_HEADER {} implementation
14174 unsafe impl ::windows::runtime::Abi for IPV4_HEADER { implementation