ethernet_packet_link Struct Reference

Back to the index.

Public Attributes | List of all members
ethernet_packet_link Struct Reference

#include <net.h>

Public Attributes

struct ethernet_packet_linkprev
 
struct ethernet_packet_linknext
 
void * extra
 
unsigned char * data
 
int len
 

Detailed Description

Definition at line 194 of file net.h.

Member Data Documentation

◆ data

unsigned char* ethernet_packet_link::data

◆ extra

void* ethernet_packet_link::extra

◆ len

int ethernet_packet_link::len

◆ next

struct ethernet_packet_link* ethernet_packet_link::next

Definition at line 196 of file net.h.

Referenced by net_allocate_ethernet_packet_link(), and net_ethernet_rx().

◆ prev

struct ethernet_packet_link* ethernet_packet_link::prev

Definition at line 195 of file net.h.

Referenced by net_allocate_ethernet_packet_link(), and net_ethernet_rx().


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

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17