tftp_option Struct Reference

A TFTP option. More...


Data Fields

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


Detailed Description

A TFTP option.

Definition at line 663 of file tftp.c.


Field Documentation

const char* tftp_option::name

Option name.

Definition at line 665 of file tftp.c.

Referenced by tftp_process_option().

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

Option processor.

Parameters:
tftp TFTP connection
value Option value
Return values:
rc Return status code

Referenced by tftp_process_option().


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

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1