Module parse

Source
Expand description

Defines types and utilities for parsing DHCP messages received by the client and serializing DHCP messages sent by the client. Parsing and serialization of DHCP messages

Structs§

OptionCodeMap
Represents a Map<OptionCode, T> as an array of booleans.

Enums§

OptionRequested
Denotes whether a requested option is required or optional.

Type Aliases§

OptionCodeSet
Represents a set of OptionCodes as an array of booleans.