iPXE
virtio_net_header Union Reference

A virtio network packet header. More...

#include <virtio-net.h>

Data Fields

uint8_t legacy [10]
 Legacy interface.
uint8_t modern [12]
 Modern (version 1.0) interface.

Detailed Description

A virtio network packet header.

Definition at line 28 of file virtio-net.h.

Field Documentation

◆ legacy

uint8_t virtio_net_header::legacy[10]

Legacy interface.

Definition at line 30 of file virtio-net.h.

◆ modern

uint8_t virtio_net_header::modern[12]

Modern (version 1.0) interface.

Definition at line 32 of file virtio-net.h.


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