A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

ip.h

Committer:
andrewboyson
Date:
2019-09-29
Revision:
160:6a1d1d368f80
Parent:
47:73af5c0b0dc2

File content as of revision 160:6a1d1d368f80:


extern void IpProtocolString(uint8_t protocol, int size, char* text);
extern void IpProtocolLog   (uint8_t protocol);

#define  HOPOPT 0
#define   ICMP  1
#define   IGMP  2
#define    TCP  6
#define    UDP 17
#define IP6IN4 41
#define  ICMP6 58