Data Fields | |
| const char * | name |
| Option name. | |
| int(* | process )(struct tftp_request *tftp, const char *value) |
| Option processor. | |
Definition at line 663 of file tftp.c.
| const char* tftp_option::name |
| int( * tftp_option::process)(struct tftp_request *tftp, const char *value) |
Option processor.
| tftp | TFTP connection | |
| value | Option value |
| rc | Return status code |
Referenced by tftp_process_option().
1.5.7.1