#include "functions.h"

Go to the source code of this file.
Classes | |
| struct | eh_header |
| class | EthernetFrame |
| struct | stc_frame |
Functions | |
| struct eh_header | __attribute__ ((packed)) |
Variables | |
| class EthernetFrame | __attribute__ |
| unsigned char | eh_dest [6] |
| uint16_t | eh_protocol_id |
| unsigned char | eh_source [6] |
| struct eh_header __attribute__ | ( | (packed) | ) |
| class EthernetFrame __attribute__ |
| unsigned char eh_dest[6] |
Definition at line 60 of file EthernetFrame.h.
| uint16_t eh_protocol_id |
Definition at line 62 of file EthernetFrame.h.
| unsigned char eh_source[6] |
Definition at line 61 of file EthernetFrame.h.