iPXE
Data Fields
tftp_option Struct Reference

A TFTP option. More...

Data Fields

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

Detailed Description

A TFTP option.

Definition at line 669 of file tftp.c.

Field Documentation

◆ name

const char* tftp_option::name

Option name.

Definition at line 671 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 678 of file tftp.c.


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