#ifndef _PROTOCOL_H_5922c48b_ #define _PROTOCOL_H_5922c48b_ /* This file is in the public domain. */ #define PKT_IGNORE 0x13 #define PKT_IP 0x79 #define PKT_REACH 0x34 #define PKT_PUBLIC 0xce #define PKT_IPMAP 0x2a #define PKT_IAM 0xa1 #define PKT_DUP 0x67 #define PKT_ROUTE 0x98 #define PKT_TELL 0xd5 /* f2, 0d, 40, bf RFU */ #define IPTYPE_v4 0 #define IPTYPE_v6 1 #define REACH_INFINITY 15 #define DUP_DUPLICATE 0x97 #define TELL_COMMAND 0x00 #define TELL_RESPONSE 0x01 #endif