/home/aherms/Code/git/awds-routing/src/awds/packettypes.h

00001 #ifndef _PACKETTYPES_H__
00002 #define _PACKETTYPES_H__
00003 
00004 /* broadcast types */
00005 
00006 #define PACKET_TYPE_BC_CS_DETECT_INIT_AND_PROBE 43
00007 
00008 
00009 #define PACKET_TYPE_BC_METRIC 97
00010 
00011 #define PACKET_TYPE_BC_ETHERNET_ENCAP  98
00012 #define PACKET_TYPE_BC_ETHERNET_CRYPT  99
00013 #define PACKET_TYPE_BC_TOPO_LOCK      100
00014 
00015 
00016 
00017 
00018 /* unicast types */
00019 
00020 #define PACKET_TYPE_UC_PING                  42
00021 #define PACKET_TYPE_UC_CS_DETECT_RESULTS     43
00022 #define PACKET_TYPE_UC_CS_DETECT_REQ_RESULTS 44
00023 
00024 #define PACKET_TYPE_TRAFFIC 96
00025 #define PACKET_TYPE_UC_METRIC 97
00026 
00027 #define PACKET_TYPE_UC_ETHERNET_ENCAP        98
00028 #define PACKET_TYPE_UC_ETHERNET_CRYPT        99
00029 
00030 
00031 
00032 
00033 
00034 #endif //PACKETTYPES_H__
00035 /* This stuff is for emacs
00036  * Local variables:
00037  * mode:c++
00038  * c-basic-offset: 4
00039  * End:
00040  */

Generated on Tue Dec 11 17:58:48 2007 for AWDS by  doxygen 1.5.3-20071008