iPXE
tftp_option Struct Reference

A TFTP option. More...

Data Fields

const char * name
 Option name.
int(* process )(struct tftp_request *tftp, char *value)
 Option processor.

Detailed Description

A TFTP option.

Definition at line 670 of file tftp.c.

Field Documentation

◆ name

const char* tftp_option::name

Option name.

Definition at line 672 of file tftp.c.

◆ process

int(* tftp_option::process) (struct tftp_request *tftp, char *value)

Option processor.

Parameters
tftpTFTP connection
valueOption value
Return values
rcReturn status code

Definition at line 679 of file tftp.c.


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