sicslowpan_nh_compressor Struct Reference
[6LoWPAN implementation]

The structure of a next header compressor. More...

#include <core/net/sicslowpan.h>

Data Fields

int(* compress )(uint8_t *compressed, uint8_t *uncompressed_len)
 compress next header (TCP/UDP, etc) - ptr points to next header to compress
int(* uncompress )(uint8_t *compressed, uint8_t *lowpanbuf, uint8_t *uncompressed_len)
 uncompress next header (TCP/UDP, etc) - ptr points to next header to uncompress

Detailed Description

The structure of a next header compressor.

TODO: needs more parameters when compressing extension headers, etc.

Definition at line 308 of file sicslowpan.h.


Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by  doxygen 1.6.1