#include <net.h>
Public Attributes | |
| struct ethernet_packet_link * | prev |
| struct ethernet_packet_link * | next |
| void * | extra |
| unsigned char * | data |
| int | len |
| unsigned char* ethernet_packet_link::data |
Definition at line 199 of file net.h.
Referenced by net_allocate_ethernet_packet_link(), net_ethernet_rx(), net_ethernet_rx_avail(), net_ethernet_tx(), net_ip_tcp_connectionreply(), and net_udp_rx_avail().
| void* ethernet_packet_link::extra |
Definition at line 198 of file net.h.
Referenced by net_allocate_ethernet_packet_link(), net_ethernet_rx(), net_ethernet_rx_avail(), net_ethernet_tx(), net_ip_tcp_connectionreply(), and net_udp_rx_avail().
| int ethernet_packet_link::len |
Definition at line 200 of file net.h.
Referenced by net_allocate_ethernet_packet_link(), net_ethernet_rx(), net_ethernet_tx(), and net_ip_broadcast().
| 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().
| 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().
1.8.17