Macros§
- Option_
Unknown - Pattern that matches an unknown
Option_
member. - Parameter
Unknown - Pattern that matches an unknown
Parameter
member.
Structs§
- Address
Pool - Client
OnExit Request - Configuration
ToRequest - Describes the configuration information the DHCP client requests from DHCP servers.
- Lease
Length - NewClient
Params - Node
Types - A NetBIOS over TCP/IP node type as defined in RFC 1001/1002. This bitflag is for use with the NetBiosOverTcpipNodeType option.
- Server
GetOption Request - Server
GetOption Response - Server
GetParameter Request - Server
GetParameter Response - Server
IsServing Response - Server
List Options Response - Server
List Parameters Response - Server
SetOption Request - Server
SetParameter Request - Static
Assignment
Enums§
- Client
Exit Reason - Message
Type - The type of DHCP message. The DHCP protocol requires that all messages identify their type by including the MessageType option. These values are specified in https://tools.ietf.org/html/rfc2132#section-9.6.
- Option
Code - The code of a DHCP option to be retrieved by Server.GetOption(). The code values are from https://tools.ietf.org/html/rfc2132 and the enum variants have been listed in the order they are presented in the RFC.
- Option
Overload Value - A indication of which DHCP message field should be used to store additional options.
- Option_
- A generic representation of client configuration parameters and DHCP settings. Options are the mechanism by which the DHCP protocol communicates configuration parameters from a repository on a DHCP server to DHCP clients, or by which DHCP clients and servers communicate data relevant to a DHCP transaction. All DHCP option values must have a length which can fit within a single byte, i.e. less than 256. Options for which there is no reasonable administrator-configurable value have been omitted from this xunion. The omitted options are:
- Parameter
- The configurable server parameters.
- Parameter
Name - The name of the Parameter to be retrieved by Server.GetParameter().
Constants§
- MAX_
DNS_ SERVERS - The maximum possible number of DNS servers that can be included in an acquired DHCP configuration.
- MAX_
ROUTERS - The maximum possible number of routers that can be included in an acquired DHCP configuration.
Type Aliases§
- Addresses
- A DHCP option field of IP addresses.
- Ascii
String - A DHCP option field of ASCII characters.
- Duration
- A DHCP duration value, in seconds. As specified in https://tools.ietf.org/html/rfc2131#section-3.3, DHCP duration values are relative times.