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

Definition at line 198 of file net.h.

Referenced by net_allocate_ethernet_packet_link(), and net_ethernet_rx().

◆ len

int ethernet_packet_link::len

Definition at line 200 of file net.h.

Referenced by net_allocate_ethernet_packet_link(), net_ethernet_rx(), and net_ip_broadcast().

◆ 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 Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13