Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ip.h Source File

ip.h

00001 
00002 extern void IpProtocolString(uint8_t protocol, int size, char* text);
00003 extern void IpProtocolLog   (uint8_t protocol);
00004 
00005 #define  HOPOPT 0
00006 #define   ICMP  1
00007 #define   IGMP  2
00008 #define    TCP  6
00009 #define    UDP 17
00010 #define IP6IN4 41
00011 #define  ICMP6 58