All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Definitions for the ZigBee Encapsulation Protocol. More...

Detailed Description

Definitions for the ZigBee Encapsulation Protocol.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file zep.h.

#include <stdint.h>
#include "byteorder.h"
#include "net/ntp_packet.h"
+ Include dependency graph for zep.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  zep_hdr_t
 ZEP header definition. More...
 
struct  zep_v1_hdr_t
 ZEPv1 header definition. More...
 
struct  zep_v2_data_hdr_t
 ZEPv2 header definition (type == Data) More...
 
struct  zep_v2_ack_hdr_t
 ZEPv2 header definition (type == Ack) More...
 

Macros

#define ZEP_PORT_DEFAULT   (17754)
 default ZEP port
 
#define ZEP_V2_TYPE_DATA   (1)
 Type == Data for ZEPv2 header.
 
#define ZEP_V2_TYPE_ACK   (2)
 Type == Ack for ZEPv2 header.
 
#define ZEP_LENGTH_MASK   (0x7f)
 Mask for length field.