iPXE
Data Fields
ndp_prefix_operation Struct Reference

An NDP per-prefix setting operation. More...

Data Fields

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

Detailed Description

An NDP per-prefix setting operation.

Definition at line 885 of file ndp.c.

Field Documentation

◆ setting

const struct setting* ndp_prefix_operation::setting

Generic setting.

Definition at line 887 of file ndp.c.

◆ fetch

int( * ndp_prefix_operation::fetch) (struct settings *settings, void *data, size_t len)

Fetch value of setting.

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

Definition at line 896 of file ndp.c.


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