KolibriOS kernel
IPv4_header Struct Reference

Public Attributes

db VersionAndIHL
 
db TypeOfService
 
dw TotalLength
 
dw Identification
 
dw FlagsAndFragmentOffset
 
db TimeToLive
 
db Protocol
 
dw HeaderChecksum
 
dd SourceAddress
 
dd DestinationAddress
 

Detailed Description

Member Data Documentation

◆ DestinationAddress

dd IPv4_header::DestinationAddress

◆ FlagsAndFragmentOffset

dw IPv4_header::FlagsAndFragmentOffset

Flags[0-2] and FragmentOffset[3-15]

◆ HeaderChecksum

dw IPv4_header::HeaderChecksum

◆ Identification

dw IPv4_header::Identification

◆ Protocol

db IPv4_header::Protocol

◆ SourceAddress

dd IPv4_header::SourceAddress

◆ TimeToLive

db IPv4_header::TimeToLive

◆ TotalLength

dw IPv4_header::TotalLength

◆ TypeOfService

db IPv4_header::TypeOfService

precedence [7-5] minimize delay [4], maximize throughput [3], maximize riliability [2] minimize momentary cost [1] and zero [0]

◆ VersionAndIHL

db IPv4_header::VersionAndIHL

Version[0-3 bits] and IHL(header length)[4-7 bits]


The documentation for this struct was generated from the following file: