First Version (beta test) raw ethernet

Dependencies:   EthernetNetIf mbed

utils.h

Committer:
ficofer
Date:
2012-07-09
Revision:
0:db9ea2448fdd

File content as of revision 0:db9ea2448fdd:

/*
*
*        utils.h functions to work with ethernet frames
*
*
*/


extern "C" void mbed_mac_address(char *mac);
static void set_to_mac(char *peth, char const *pmac);
static void set_from_mac(char *peth, char const *pmac);
static void set_ether_type(char *peth, unsigned ether_type);