|
iPXE
|
A "cert<xxx>" command descriptor. More...
Data Fields | |
| struct command_descriptor | cmd |
| Command descriptor. More... | |
| int(* | payload )(struct x509_certificate *cert) |
| Payload. More... | |
A "cert<xxx>" command descriptor.
Definition at line 70 of file cert_cmd.c.
| struct command_descriptor cert_command_descriptor::cmd |
| int( * cert_command_descriptor::payload) (struct x509_certificate *cert) |
Payload.
| cert | X.509 certificate |
| rc | Return status code |
Definition at line 78 of file cert_cmd.c.
Referenced by cert_exec().
1.8.15