iPXE
Data Fields
cert_command_descriptor Struct Reference

A "cert<xxx>" command descriptor. More...

Data Fields

struct command_descriptor cmd
 Command descriptor. More...
 
int(* payload )(struct x509_certificate *cert)
 Payload. More...
 

Detailed Description

A "cert<xxx>" command descriptor.

Definition at line 69 of file cert_cmd.c.

Field Documentation

◆ cmd

struct command_descriptor cert_command_descriptor::cmd

Command descriptor.

Definition at line 71 of file cert_cmd.c.

Referenced by cert_exec().

◆ payload

int( * cert_command_descriptor::payload) (struct x509_certificate *cert)

Payload.

Parameters
certX.509 certificate
Return values
rcReturn status code

Definition at line 77 of file cert_cmd.c.

Referenced by cert_exec().


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