forked from KolibriOS/kolibrios
forgotten file.
git-svn-id: svn://kolibrios.org@5843 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b6883ee547
commit
b0f4af7f9f
15
programs/network/icmp/ip.inc
Normal file
15
programs/network/icmp/ip.inc
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
struct IPv4_header
|
||||||
|
|
||||||
|
VersionAndIHL db ? ; Version[0-3 bits] and IHL(header length)[4-7 bits]
|
||||||
|
TypeOfService db ? ; precedence [7-5] minimize delay [4], maximize throughput [3], maximize riliability [2] minimize momentary cost [1] and zero [0]
|
||||||
|
TotalLength dw ?
|
||||||
|
Identification dw ?
|
||||||
|
FlagsAndFragmentOffset dw ? ; Flags[0-2] and FragmentOffset[3-15]
|
||||||
|
TimeToLive db ? ;
|
||||||
|
Protocol db ?
|
||||||
|
HeaderChecksum dw ?
|
||||||
|
SourceAddress dd ?
|
||||||
|
DestinationAddress dd ?
|
||||||
|
|
||||||
|
ends
|
Loading…
Reference in New Issue
Block a user