These flag types are used to control or identify fragments in an IP packet. It is a three-bit field, each of the three bits are defined by a field with a string value that indicates the meaning of whether or not the bit is set.
| Field Name | Type | Description |
|---|---|---|
| Reserved0..1 | IntegerObjectPropertyType |
Bit 0: This bit value (0) is reserved and must be zero. |
| Do_Not_Fragment0..1 | DoNotFragmentType |
Bit 1: This is the "don't fragment" bit. Values are specified in the DoNotFragmentType. |
| More_Fragments0..1 | MoreFragmentsType |
Bit 2: This is the "more fragments" bit. Values are specified in the MoreFragmentsType. |