iPXE
Data Fields
imux_header Struct Reference

An iPhone USB multiplexed packet header. More...

#include <iphone.h>

Data Fields

uint32_t protocol
 Protocol. More...
 
uint32_t len
 Length (including this header) More...
 
uint32_t reserved
 Reserved. More...
 
uint16_t out_seq
 Output sequence number. More...
 
uint16_t in_seq
 Input sequence number. More...
 

Detailed Description

An iPhone USB multiplexed packet header.

Definition at line 49 of file iphone.h.

Field Documentation

◆ protocol

uint32_t imux_header::protocol

Protocol.

Definition at line 51 of file iphone.h.

Referenced by imux_tx_version().

◆ len

uint32_t imux_header::len

Length (including this header)

Definition at line 53 of file iphone.h.

◆ reserved

uint32_t imux_header::reserved

Reserved.

Definition at line 55 of file iphone.h.

◆ out_seq

uint16_t imux_header::out_seq

Output sequence number.

Definition at line 57 of file iphone.h.

◆ in_seq

uint16_t imux_header::in_seq

Input sequence number.

Definition at line 59 of file iphone.h.


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