iPXE
oncrpc_field_value Union Reference

#include <oncrpc.h>

Data Fields

struct { 
   size_t   length 
   const void *   ptr 
array
struct { 
   size_t   length 
   const uint32_t *   ptr 
intarray
int64_t int64
int32_t int32
const char * str
const struct oncrpc_credcred

Detailed Description

Definition at line 90 of file oncrpc.h.

Field Documentation

◆ length

size_t oncrpc_field_value::length

Definition at line 92 of file oncrpc.h.

Referenced by oncrpc_iob_add_fields().

◆ ptr [1/2]

const void* oncrpc_field_value::ptr

Definition at line 93 of file oncrpc.h.

Referenced by oncrpc_iob_add_fields().

◆ [struct]

struct { ... } oncrpc_field_value::array

Referenced by oncrpc_iob_add_fields().

◆ ptr [2/2]

const uint32_t* oncrpc_field_value::ptr

Definition at line 98 of file oncrpc.h.

◆ [struct]

struct { ... } oncrpc_field_value::intarray

Referenced by oncrpc_iob_add_fields().

◆ int64

int64_t oncrpc_field_value::int64

Definition at line 101 of file oncrpc.h.

Referenced by oncrpc_iob_add_fields().

◆ int32

int32_t oncrpc_field_value::int32

Definition at line 102 of file oncrpc.h.

Referenced by oncrpc_iob_add_fields().

◆ str

const char* oncrpc_field_value::str

Definition at line 103 of file oncrpc.h.

Referenced by oncrpc_iob_add_fields().

◆ cred

const struct oncrpc_cred* oncrpc_field_value::cred

Definition at line 104 of file oncrpc.h.

Referenced by oncrpc_compute_size(), and oncrpc_iob_add_fields().


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