iPXE
Data Fields
rndis_packet_message Struct Reference

RNDIS packet message. More...

#include <rndis.h>

Data Fields

struct rndis_packet_field data
 Data. More...
 
struct rndis_packet_field oob
 Out-of-band data records. More...
 
uint32_t oob_count
 Number of out-of-band data records. More...
 
struct rndis_packet_field ppi
 Per-packet information record. More...
 
uint32_t reserved [2]
 Reserved. More...
 

Detailed Description

RNDIS packet message.

Definition at line 230 of file rndis.h.

Field Documentation

◆ data

struct rndis_packet_field rndis_packet_message::data

Data.

Definition at line 232 of file rndis.h.

◆ oob

struct rndis_packet_field rndis_packet_message::oob

Out-of-band data records.

Definition at line 234 of file rndis.h.

◆ oob_count

uint32_t rndis_packet_message::oob_count

Number of out-of-band data records.

Definition at line 236 of file rndis.h.

◆ ppi

struct rndis_packet_field rndis_packet_message::ppi

Per-packet information record.

Definition at line 238 of file rndis.h.

◆ reserved

uint32_t rndis_packet_message::reserved[2]

Reserved.

Definition at line 240 of file rndis.h.


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