iPXE
Data Fields
peerdist_multiplexed_block Struct Reference

A PeerDist multiplexed block download. More...

#include <peermux.h>

Data Fields

struct peerdist_multiplexerpeermux
 PeerDist download multiplexer. More...
 
struct list_head list
 List of multiplexed blocks. More...
 
struct interface xfer
 Data transfer interface. More...
 

Detailed Description

A PeerDist multiplexed block download.

Definition at line 35 of file peermux.h.

Field Documentation

◆ peermux

struct peerdist_multiplexer* peerdist_multiplexed_block::peermux

PeerDist download multiplexer.

Definition at line 37 of file peermux.h.

Referenced by peermux_block_buffer(), peermux_block_close(), peermux_block_deliver(), peermux_block_stat(), peermux_filter(), and peermux_step().

◆ list

struct list_head peerdist_multiplexed_block::list

List of multiplexed blocks.

Definition at line 39 of file peermux.h.

Referenced by peermux_block_close(), peermux_filter(), and peermux_step().

◆ xfer

struct interface peerdist_multiplexed_block::xfer

Data transfer interface.

Definition at line 41 of file peermux.h.

Referenced by peermux_block_close(), peermux_close(), peermux_filter(), and peermux_step().


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