Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: lpc1768-picotcp-demo ZeroMQ_PicoTCP_Publisher_demo TCPSocket_HelloWorld_PicoTCP Pico_TCP_UDP_Test ... more
pico_eth.h
00001 /********************************************************************* 00002 PicoTCP. Copyright (c) 2012-2015 Altran Intelligent Systems. Some rights reserved. 00003 See LICENSE and COPYING for usage. 00004 00005 *********************************************************************/ 00006 #ifndef INCLUDE_PICO_ETH 00007 #define INCLUDE_PICO_ETH 00008 #include "pico_addressing.h" 00009 #include "pico_ipv4.h" 00010 #include "pico_ipv6.h" 00011 00012 00013 PACKED_STRUCT_DEF pico_eth_hdr { 00014 uint8_t daddr[6]; 00015 uint8_t saddr[6]; 00016 uint16_t proto; 00017 }; 00018 00019 #define PICO_SIZE_ETHHDR 14 00020 00021 #endif
Generated on Tue Jul 12 2022 15:59:21 by
1.7.2