iPXE
dhcpv6_address_operation Struct Reference

A DHCPv6 address setting operation. More...

Data Fields

const struct settingsetting
 Generic setting.
int(* fetch )(struct dhcpv6_settings *dhcpv6set, void *data, size_t len)
 Fetch value of setting.

Detailed Description

A DHCPv6 address setting operation.

Definition at line 356 of file dhcpv6.c.

Field Documentation

◆ setting

const struct setting* dhcpv6_address_operation::setting

Generic setting.

Definition at line 358 of file dhcpv6.c.

◆ fetch

int(* dhcpv6_address_operation::fetch) (struct dhcpv6_settings *dhcpv6set, void *data, size_t len)

Fetch value of setting.

Parameters
dhcpv6setDHCPv6 settings
dataBuffer to fill with setting data
lenLength of buffer
Return values
lenLength of setting data, or negative error

Definition at line 367 of file dhcpv6.c.


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